JasonLi-cn commented on issue #11498: URL: https://github.com/apache/datafusion/issues/11498#issuecomment-2257581544
After testing, it is found that the following logic is necessary even if the unnest has been processed by `try_process_aggregate_unnest`. Because `try_process_aggregate_unnest` deals with unnest in the Aggregate's input, and **the following logic** deals with unnest in `select_exprs`, which is downstream of the Aggregate. -- 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