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: add deltaOps set metadata operation #2474

Closed
wants to merge 1 commit into from

Commits on May 1, 2024

  1. feat: Add deltaOps set metadata operation

    Allow for the changing of the metadata of a delta table.  This allows for simple schema migrations like changing the metadata of a column or adding new nullable columns.
    
    Note: you used to be able to do this by recalling DeltaOps create with overwrite on an existing table but since that was recently fixed to delete old data this allows for recreating that original behavior.
    HawaiianSpork committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f0b3f46 View commit details
    Browse the repository at this point in the history