JunRuiLee commented on PR #7882:
URL: https://github.com/apache/paimon/pull/7882#issuecomment-4495478533
Thanks @JingsongLi, I addressed both comments.
1. Removed branch-merge.enabled. Branch merge now validates at merge time.
To avoid introducing branch lineage / fork metadata in this PR, it
conservatively requires both source and target branches to retain complete
append-only snapshot history from the first snapshot. If snapshots have expired
or non-append commits are found, mergeBranch fails.
2. Removed branch merge from the REST API path.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]