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 parent scope resolution in projection pushdown optimization #464

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

jonmmease
Copy link
Collaborator

The issue reported in #463 is due to an error in dataset resolution in the projection pushdown planner. Essentially, projection pushdown was associating the columns used by the nested data_0 dataset with those used by the top-level data_0 dataset.

@jonmmease jonmmease merged commit a67caeb into main Feb 20, 2024
22 checks passed
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

1 participant