Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Both LimitExec and SortExec need to collapse inputs down to a single partition and they both contain similar code for executing their inputs on threads and combining the results. This is exactly what the MergeExec operator does, so they should just use that instead.