simonvandel commented on code in PR #16389: URL: https://github.com/apache/datafusion/pull/16389#discussion_r2145802029
########## datafusion/sql/src/select.rs: ########## @@ -374,6 +383,14 @@ impl<S: ContextProvider> SqlToRel<'_, S> { fn try_process_aggregate_unnest(&self, input: LogicalPlan) -> Result<LogicalPlan> { match input { + LogicalPlan::Aggregate(ref agg) + if { Review Comment: I don't know of any reason :) Reformatted in https://github.com/apache/datafusion/pull/16389/commits/89c210b1714de2114d04137af1e3990b62737ce7 -- 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