Skip to content

[Feature Request][Spark / Protocol] Add validation from replaceWhere to other write modes (append) #5764

@FrankPortman

Description

@FrankPortman

Feature request

Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other (fill in here)

Overview

Feature request to add the same validation behavior from replaceWhere + "mode(overwrite)" to other write modes (append).

Motivation

The declarative "verify and atomically commit only if within expectation" semantics of replaceWhere are very useful, efficient (otherwise you'd have to roll your own staging concept, or risk computing a dataframe 2x just to validate), and would be useful for any type of write, including Append.

Willingness to contribute

The Delta Lake Community encourages new feature contributions. Would you or another member of your organization be willing to contribute an implementation of this feature?

  • Yes. I can contribute this feature independently.
  • Yes. I would be willing to contribute this feature with guidance from the Delta Lake community.
  • No. I cannot contribute this feature at this time.

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