Skip to content

SortExec Multiple Partition Support #377

@tustvold

Description

@tustvold

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions