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 explode column pruning optimizer bug #257

Merged
merged 2 commits into from
Oct 7, 2022
Merged

Conversation

jaychia
Copy link
Contributor

@jaychia jaychia commented Oct 7, 2022

  • When .explode() is followed by a .select which selects a subset of columns, the optimizer goes into an infinite loop
  • This was caused by an error in the Explode LogicalPlan, which created a new CallExpression on every initialization

@jaychia jaychia added the bug Something isn't working label Oct 7, 2022
@jaychia jaychia force-pushed the jay/explode-optimizer-bug branch from 24124ed to 580fc24 Compare October 7, 2022 23:15
@jaychia jaychia merged commit f2f9010 into main Oct 7, 2022
@jaychia jaychia deleted the jay/explode-optimizer-bug branch October 7, 2022 23:32
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.

1 participant