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

Support Unnest in Subqueries #13523

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

kosiew
Copy link

@kosiew kosiew commented Nov 22, 2024

Which issue does this PR close?

Closes #13498.

Rationale for this change

Subquery's check_inner_plan support LogicalPlan::Unnest

What changes are included in this PR?

Add handling for LogicalPlan::Unnest
Add new test

Are these changes tested?

Yes

Are there any user-facing changes?

No

@github-actions github-actions bot added optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt) labels Nov 22, 2024
@alamb alamb changed the title Subquery add unnest Support Unnest in Subqueries Nov 22, 2024
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thank you @kosiew -- looks great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Subquery check_internal_plan does not support LogicalPlan::Unnest
2 participants