Skip to content

make from operator for files consume from parent - #7317

Open
nwt wants to merge 3 commits into
mainfrom
filescan
Open

nwt wants to merge 3 commits into
mainfrom
filescan

Conversation

@nwt

@nwt nwt commented Sep 16, 2026

Copy link
Copy Markdown
Member

The from operator cannot have a parent in the flowgraph. Its semantics are to scan its source exactly once. For files only, change it to allow it to have a parent from which it consumes values, scanning its files once per value.

A similar change for non-file sources will follow.

Fixes #7259.

The from operator cannot have a parent in the flowgraph.  Its semantics
are to scan its source exactly once.  For files only, change it to allow
it to have a parent from which it consumes values, scanning its files
once per value.

A similar change for non-file sources will follow.
@nwt
nwt requested a review from a team September 16, 2026 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deadlock caused by subquery containing wildcard "from"

1 participant