Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimized push down filter #10291 #10366

Merged
merged 1 commit into from
May 3, 2024

Conversation

dmitrybugakov
Copy link
Contributor

@dmitrybugakov dmitrybugakov commented May 3, 2024

Which issue does this PR close?

Part of #10291.

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added the optimizer Optimizer rules label May 3, 2024
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

I like it @dmitrybugakov -- thank you 🙏

I think there are still quite a few calls to clone in this optimizer so I changed the PR description to say it is a part of #10291

There are several places that explicitly call clone() and several more than call with_new_exprs() which clones as well

However, this is a nice incremental step forward

@alamb alamb merged commit 8190cb9 into apache:main May 3, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimizer Optimizer rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants