Skip to content

Improper handling of join keys in MergeOperation #733

Closed
@wesm

Description

@wesm

Merge keys are "added back" post facto. This is problematic both from a performance perspective and also causes the keys to be in the wrong order in the joined result (the join keys are inserted in the beginning rather than in their natural places). Consolidation of the DataFrame is being improperly deferred until after the join result is returned.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions