JingsongLi commented on code in PR #7882:
URL: https://github.com/apache/paimon/pull/7882#discussion_r3270860127
##########
paimon-api/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -2215,6 +2215,17 @@ public InlineElement getDescription() {
.defaultValue(false)
.withDescription("Whether enable data evolution for row
tracking table.");
+ @Immutable
+ public static final ConfigOption<Boolean> BRANCH_MERGE_ENABLED =
+ key("branch-merge.enabled")
Review Comment:
I think enabling it directly is OK, after all, this is a brand new operation
that users will not be involved in by default.
--
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]