rluvaton opened a new issue, #23570: URL: https://github.com/apache/datafusion/issues/23570
### Is your feature request related to a problem or challenge? Yes, running a query that takes a long time in the aggregator, you don't know what is taking the time there, which expression for example or what inside the expression in our case we have aggregate with 2 aggregate expression that are the same (just on different column), in that aggregate expression impl there are multiple phases that can contribute to the timing ### Describe the solution you'd like having metrics per aggregate expression with the aggregate specific metric that can be declared will make it easier for visibility ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
