Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request][Spark] Add clause/function to exclude columns during whenMatchedUpdate #4025

Open
2 tasks
g-kannan opened this issue Jan 8, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@g-kannan
Copy link

g-kannan commented Jan 8, 2025

Feature request

Overview

In a table with 100+ columns during update we've to manually specify in update condition to input all required columns rather excluding one or two. Eg: CREATE_TS need not be updated during update.

Motivation

It will be used in all merge scripts where specific columns to be excluded

Further details

This feature is now available in delta-rs(delta-io/delta-rs#3098). Can this be added to deltalake as well so that it can be used in Databricks too.

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.
@g-kannan g-kannan added the enhancement New feature or request label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant