Skip to content

Projection Pushdown over StreamingTableExec#8299

Merged
ozankabak merged 2 commits intoapache:mainfrom
synnada-ai:feature/streaming-table-vs-projection
Nov 27, 2023
Merged

Projection Pushdown over StreamingTableExec#8299
ozankabak merged 2 commits intoapache:mainfrom
synnada-ai:feature/streaming-table-vs-projection

Conversation

@berkaysynnada
Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Closes #.

Rationale for this change

ProjectionExec with its input StreamingTableExec can be merged into a single StreamingTableExec, provided there is no evaluation or aliasing in ProjectionExec.

What changes are included in this PR?

projection_pushdown rule for physical plans is extended with StreamingTableExec.

Are these changes tested?

Yes.

Are there any user-facing changes?

@github-actions github-actions Bot added the core Core DataFusion crate label Nov 22, 2023
Copy link
Copy Markdown
Contributor

@ozankabak ozankabak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Went through the code and LGTM

@ozankabak
Copy link
Copy Markdown
Contributor

I will go ahead and merge this. If there is anything we missed, let us know and we will promptly address with a follow-on PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Core DataFusion crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants