tustvold opened a new pull request, #2434:
URL: https://github.com/apache/arrow-datafusion/pull/2434

   **Draft as builds on #2428**
   
   # Which issue does this PR close?
   
   Closes #2307
   
    # Rationale for this change
   
   See ticket but the major benefits are:
   
   * Helps avoid class of bug where execution is accidentally taking place 
during plan
   * Improved compilation times
   * First step of simplifying the ExecutionPlan to better fit the scheduler 
added in #2226
   * May be slightly faster
   
   # What changes are included in this PR?
   
   Makes `ExecutionPlan::execute` and by extension `ExecutionPlan` itself, sync
   
   # Are there any user-facing changes?
   
   Yes, this is a breaking change to a fundamental trait.
   


-- 
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]

Reply via email to