Skip to content

feat: refresh table when committing to support concurrent appends #1885

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

YinZheng-Sun
Copy link

Rationale for this change

Support for Concurrent Append Operations

Refresh Table

  1. If changes in the table's metadata are detected (indicating that other transactions have been committed during this period), update the table's metadata and the current parent_snapshot_id.

  2. If no changes are detected, proceed with the normal commit.

Are these changes tested?

UT

Are there any user-facing changes?

@YinZheng-Sun YinZheng-Sun changed the title feat: refresh table when committing append ops to support concurrent appends feat: refresh table when committing to support concurrent appends Apr 7, 2025
@Fokko
Copy link
Contributor

Fokko commented Apr 7, 2025

Thanks @YinZheng-Sun for working on this. It looks like it is a duplicate of #1772

@YinZheng-Sun
Copy link
Author

YinZheng-Sun commented Apr 7, 2025

Thanks @YinZheng-Sun for working on this. It looks like it is a duplicate of #1772

Yes, this PR is inspired by #1772 and #1678. I want to accelerate the progress of this feature and have fixed the UTs

@sungwy
Copy link
Collaborator

sungwy commented Apr 18, 2025

I've created some subtasks on #819 that will help us implement the required validation functions that we can invoke to check that no conflicting commits have been made between two snapshots. @YinZheng-Sun would you be interested in helping out with some of those implementations?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants