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

fix sq finalize ordering bug #1463

Merged
merged 5 commits into from
Dec 8, 2022
Merged

fix sq finalize ordering bug #1463

merged 5 commits into from
Dec 8, 2022

Conversation

max-hoffman
Copy link
Contributor

Transform table + filter into table lookup in a subquery expression should happen in finalizeSubquery, not in resolveSubquery. Otherwise we will push a filter with a GetField index that could be rearranged when the parent scope is finalized.

Copy link
Contributor

@fulghum fulghum left a comment

Choose a reason for hiding this comment

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

Looks good! 🚢

@max-hoffman max-hoffman merged commit 1a4001e into main Dec 8, 2022
@max-hoffman max-hoffman deleted the max/sq-indexes-in-finalize branch December 8, 2022 20:02
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.

None yet

2 participants