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