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

[BUG] Fix filter pushdown into non-inner joins #2659

Merged
merged 3 commits into from
Aug 15, 2024

Conversation

kevinzwang
Copy link
Member

@kevinzwang kevinzwang commented Aug 14, 2024

There are some additional optimizations I would like to make but I decided to keep this PR minimal. Aside from splitting a filter into its conjunctions to allow for partial predicate pushdowns, this PR does the same optimizations as the original when it is correct to do so.

Also a flyby change on some docker-compose.yaml files to remove some image specifiers that were causing some failed tests and were probably meant to actually describe the name of the service?

TODO:

  • add tests

@github-actions github-actions bot added the bug Something isn't working label Aug 14, 2024
@kevinzwang kevinzwang marked this pull request as ready for review August 14, 2024 22:23
@kevinzwang kevinzwang merged commit b88f87e into main Aug 15, 2024
46 checks passed
@kevinzwang kevinzwang deleted the kevin/fix-join-filter-pushdown branch August 15, 2024 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants