Skip to content

Support automatic deduplication of data in copy() and move() #317

@skejserjensen

Description

@skejserjensen

Currently we just copy or move the data to the specified table in the specified data folder without handling deduplication of the copied/moved data. This is done due to issues with the merge method in Delta Lake, which caused the data to not be copied when using when_matched_delete and caused data ordering issues when using when_not_matched_insert.

We can either always deduplicate the data or add an argument that allows the user to control whether data should be deduplicated.

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