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


   # Which issue does this PR close?
   
   Closes #362
   
    # Rationale for this change
   
   Once an order preserving merge operator is added as part of #362 it will be 
possible to combine multiple sorted partitions together into a single partition 
- effectively yielding partitioned sort. Loosening the restriction on SortExec 
to a single partition allows it to form the sort part of this.
   
   # What changes are included in this PR?
   
   SortExec is no longer restricted to a single partition, instead preserving 
the partitioning of its inputs
   
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to