Describe the bug
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
To Reproduce
Follow the steps in apache/datafusion-python#850
Expected behavior
Datafusion should handle it
Additional context
No response