BipashaBi opened a new pull request, #19753: URL: https://github.com/apache/datafusion/pull/19753
“Fix physical EXPLAIN output for AggregateExec when CSE is applied.” Previously, aggregate expressions were displayed using internal CSE aliases (e.g. __common_expr_n), hiding the original aggregate functions. This change renders aggregates using human_display(), preserving the original expressions in the physical plan output. Before: aggr=[__common_expr_1] After: aggr=[SUM(a)] -- 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]
