danielhumanmod commented on PR #1309: URL: https://github.com/apache/datafusion-ballista/pull/1309#issuecomment-3354940872
> no worries @danielhumanmod whenever you get time, I just want to check as I believe this is a good PR and did not wan to loose it :) > > please do not change PR just yet, lets think if current PR wold work better with `EXPLAIN ANALYSE`, not sure what do you think! Hey @milenkovicm about `EXPLAIN ANALYSE` I do have a question, I identified our stage metrics is in https://github.com/apache/datafusion-ballista/blob/b0fd0875e49eb9bdcd4825efde2bca562e88ab28/ballista/executor/src/metrics/mod.rs. It is a logging for now, we might need to find a way to use it for `EXPLAIN ANALYSE`. But not sure a whether a separate ExplainExec node can help `EXPLAIN ANALYSE`, as we need to collect the information across stages. Could you give me some hints on this, should we do it on scheduler layer or a exec node? Thanks you very much! -- 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]
