Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Operators such as GlobalLimitExec, SortExec, and HashAggregateExec (in some cases) require a single input partition. Rather than have these operators perform their own merging of input partitions, the planner should insert explicit MergeExec nodes into the physical plan, when needed.