-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[core][rollback] Skip non-existent snapshots in rollback #3733
[core][rollback] Skip non-existent snapshots in rollback #3733
Conversation
Hi @FangYongs , you can show the exception stack first, and we can decide how to solve this problem. |
@JingsongLi Our version is 0.6 and the root cause is as follows,: |
paimon-core/src/main/java/org/apache/paimon/table/RollbackHelper.java
Outdated
Show resolved
Hide resolved
Thanks, I see |
df29564
to
fb1690d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Purpose
Linked issue: close #3732
Skip non-existent snapshots in rollback operation
Tests
Added FileStoreTableTestBase#testRollbackToSnapshotSkipNonExistentSnapshot
API and Format
no
Documentation
no