duongcongtoai commented on code in PR #11714:
URL: https://github.com/apache/datafusion/pull/11714#discussion_r1697927541


##########
datafusion/sql/src/utils.rs:
##########
@@ -287,6 +287,28 @@ pub(crate) fn value_to_string(value: &Value) -> 
Option<String> {
     }
 }
 
+pub(crate) fn transform_bottom_unnests(
+    input: &LogicalPlan,
+    unnest_placeholder_columns: &mut Vec<String>,
+    inner_projection_exprs: &mut Vec<Expr>,
+    original_exprs: &[Expr],
+) -> Result<Vec<Expr>> {
+    Ok(original_exprs

Review Comment:
   I think we can, in fact transform_up_down is needed, i'll introduce why in 
this PR when it's ready: https://github.com/apache/datafusion/pull/11577
   
   



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to