Stefanietry commented on code in PR #6394:
URL: https://github.com/apache/paimon/pull/6394#discussion_r2450504250
##########
paimon-api/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -226,6 +226,36 @@ public InlineElement getDescription() {
public static final ConfigOption<String> BRANCH =
key("branch").stringType().defaultValue("main").withDescription("Specify branch
name.");
+ public static final ConfigOption<Boolean> CHAIN_TABLE_ENABLED =
+ key("chain-table.enabled")
+ .booleanType()
+ .defaultValue(false)
+ .withDescription("Specify chain table enable.");
+
+ public static final ConfigOption<String> SCAN_FALLBACK_SNAPSHOT_BRANCH =
+ key("scan.fallback-snapshot-branch")
Review Comment:
This config depends on the actual created branch and operates in sequence
with the table creation, so it is designed to be aligned with
scan.fallback-branch
--
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]