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

Update outputs of the CorrelatedJoin after the prunning #15969

Merged
merged 3 commits into from May 22, 2024
Merged

Conversation

BaurzhanSakhariev
Copy link
Contributor

@BaurzhanSakhariev BaurzhanSakhariev commented May 8, 2024

Closes #15901

Make sure that CorrelatedJoin keeps its outputs in sync with underlying tree's outputs after the prunning.

Needed to avoid the situation when a column is referenced but not collected anymore.

@BaurzhanSakhariev BaurzhanSakhariev changed the title WIP (need to rewrite a test) Update outputs of the CorrelatedJoin after the prunning May 8, 2024
@BaurzhanSakhariev BaurzhanSakhariev force-pushed the b/bug-fix branch 2 times, most recently from 122fb62 to 69c9a41 Compare May 8, 2024 14:14
@BaurzhanSakhariev BaurzhanSakhariev added the ready-to-merge Let Mergify merge the PR once approved and checks pass label May 22, 2024
@mergify mergify bot merged commit c66bc09 into master May 22, 2024
17 checks passed
@mergify mergify bot deleted the b/bug-fix branch May 22, 2024 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge Let Mergify merge the PR once approved and checks pass v/5.7
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ArrayIndexOutOfBoundsException in complex query
3 participants