vincev commented on code in PR #7044:
URL: https://github.com/apache/arrow-datafusion/pull/7044#discussion_r1271325311


##########
datafusion/expr/src/logical_plan/plan.rs:
##########
@@ -1753,6 +1754,23 @@ pub enum Partitioning {
 }
 
 /// Unnest a column that contains a nested list type.
+///
+/// For example, calling unnest(c1) results in the following:

Review Comment:
   Maybe to avoid breaking API changes to the 
`LogicalPlanBuilder::unnest_column` interface we can add a 
`LogicalPlanBuilder::unnest_with_options` method that will set the flag in the 
`LogicalPlan::Unnest` struct.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to