tustvold opened a new issue #377: URL: https://github.com/apache/arrow-datafusion/issues/377
SortExec currently returns an error if it is given an input ExecutionPlan with more than 1 partition. However, I would expect it to just sort each partition independently, preserving the input partitioning. These partitions could then be stitched together with an order preserving merge operator, which I happen to be implementing as part of #362 -- 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]
