danielhumanmod commented on PR #1536: URL: https://github.com/apache/datafusion-ballista/pull/1536#issuecomment-4174564856
Just a quick thought: Instead of adding handlers, what if we created new Execs and combined them on the client side? For example, for EXPLAIN ANALYZE, we could build an ExplainAnalyzeExec -> DistributedQueryExec pipeline. DistributedQueryExec would run the inner query, and once completed, ExplainAnalyzeExec would call the scheduler API to get the runtime metrics. Seems like this might fit the DataFusion better? -- 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]
