JingsongLi commented on code in PR #8750:
URL: https://github.com/apache/paimon/pull/8750#discussion_r3618886470


##########
paimon-api/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -2520,6 +2520,19 @@ public String toString() {
                     .defaultValue(FormatTableImplementation.PAIMON)
                     .withDescription("Format table uses paimon or engine.");
 
+    public static final ConfigOption<PartitionSource> 
FORMAT_TABLE_PARTITION_SOURCE =
+            key("format-table.partition-source")

Review Comment:
   Why not reusing partition metastore option?



-- 
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]

Reply via email to