jonathanc-n commented on code in PR #16389:
URL: https://github.com/apache/datafusion/pull/16389#discussion_r2144397352


##########
datafusion/sql/src/select.rs:
##########
@@ -374,6 +383,14 @@ impl<S: ContextProvider> SqlToRel<'_, S> {
 
     fn try_process_aggregate_unnest(&self, input: LogicalPlan) -> 
Result<LogicalPlan> {

Review Comment:
   We can possibly refactor this entire function to use a `transform` traversal 
function.



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to