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

feat: merge schema support for the write operation and Python #2246

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

rtyler
Copy link
Member

@rtyler rtyler commented Mar 5, 2024

This replaces the old "overwrite_schema" parameter with a schema_write_mode parameter that basically allows to distinguish between overwrite/merge/none

Fixes #1386

This was originally submitted by @aersam in #2229, this pull request just squashed that work and rebases it for merge.

Closes #2229

@rtyler rtyler enabled auto-merge (rebase) March 5, 2024 15:16
@github-actions github-actions bot added binding/python Issues for the Python package binding/rust Issues for the Rust crate documentation Improvements or additions to documentation labels Mar 5, 2024
…ust engine)

This replaces the old "overwrite_schema" parameter with a
schema_write_mode parameter that basically allows to distinguish between
overwrite/merge/none

Fixes delta-io#1386
@rtyler rtyler merged commit c3d532b into delta-io:main Mar 5, 2024
23 checks passed
@rtyler rtyler deleted the merge-schema-2229 branch March 5, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package binding/rust Issues for the Rust crate documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Schema evolution mergeSchema support
3 participants