You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Error during planning: Unsupported operator in the subquery plan. error in apache/datafusion-python#850 is due to
datafusion/optimizer/src/analyzer/subquery.rs's check_internal_plan not handling LogicalPlan::Unnest
Describe the bug
The
Error during planning: Unsupported operator in the subquery plan.
error inapache/datafusion-python#850 is due to
datafusion/optimizer/src/analyzer/subquery.rs's check_internal_plan not handling LogicalPlan::Unnest
To Reproduce
Follow the steps in apache/datafusion-python#850
Expected behavior
Datafusion should handle it
Additional context
No response
The text was updated successfully, but these errors were encountered: