milenkovicm opened a new pull request, #1726: URL: https://github.com/apache/datafusion-ballista/pull/1726
# Which issue does this PR close? Closes #. # Rationale for this change Currently, ballista schedule creates and optimizes physical plan before it is delegated to execution graph for execution. this makes plan change a bit more complicated than it needs to be. Propagating logical plan to execution graph will give ability to it to transform logical plan (or non optimized physical plan) in any way it needs, simplifying planning rules. There is a bit of refactoring of existing code, moving some of the code (`EXPLAIN` handling) to its own method. # What changes are included in this PR? - change method parameters across few methods around task manager and execution graph creation - move `EXPLAIN` related code to a function # Are there any user-facing changes? yes if users are implementing `execution graph` interface -- 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]
