JasonLi-cn commented on code in PR #11714:
URL: https://github.com/apache/datafusion/pull/11714#discussion_r1697166685
##########
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:
Thank you @alamb for your review. I'm not quite sure what you mean, maybe
you can add more description, thanks again. 🙏
--
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]