Add replace_branch to ManageSnapshots - #3429
Conversation
|
This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that's incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@iceberg.apache.org list. Thank you for your contributions. |
e47fdfd to
93d5b4a
Compare
|
This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that's incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@iceberg.apache.org list. Thank you for your contributions. |
93d5b4a to
96e9140
Compare
Rationale for this change
Iceberg Java offers replaceBranch method.
This PR enhances the coverage of branch operations.
replace_branch(String from, String to)Are these changes tested?
Yes
Are there any user-facing changes?
Add
replace_branchtoManageSnapshots.