Stefanietry commented on code in PR #6394:
URL: https://github.com/apache/paimon/pull/6394#discussion_r2450321456
##########
paimon-core/src/main/java/org/apache/paimon/schema/SchemaValidation.java:
##########
@@ -675,4 +679,26 @@ private static void
validateIncrementalClustering(TableSchema schema, CoreOption
PRIMARY_KEY.key());
}
}
+
+ public static void validateChainTableOptions(
+ Map<String, String> tableOptions, @Nullable String primaryKeys,
boolean partitionTbl) {
+ if
(Boolean.parseBoolean(tableOptions.get(CoreOptions.CHAIN_TABLE_ENABLED.key())))
{
+ Options options = Options.fromMap(tableOptions);
Review Comment:
Done
--
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]