apache / datafusion

Apache DataFusion SQL Query Engine
https://datafusion.apache.org/
Apache License 2.0
6.34k stars 1.2k forks source link

Support Unnest in Subqueries #13523

Open kosiew opened 9 hours ago

kosiew commented 9 hours ago

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