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

Fix Iceberg merge, update, delete, for tables with equality deletes #24062

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 7, 2024

  1. Remove unused Iceberg update row id

    Update row id was replaced with merge row id
    dain committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    dbc7da5 View commit details
    Browse the repository at this point in the history
  2. Fix Iceberg merge, update, delete, for tables with equality deletes

    Rewrite the creation of merge row id to avoid duplicate key exception.
    This also simplifies and consolidates the merge row id code.
    dain committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5218a3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dddde02 View commit details
    Browse the repository at this point in the history