JingsongLi commented on code in PR #4944:
URL: https://github.com/apache/paimon/pull/4944#discussion_r1919901935
##########
paimon-common/src/main/java/org/apache/paimon/options/CatalogOptions.java:
##########
@@ -149,4 +149,10 @@ public class CatalogOptions {
"Whether to support format tables, format table
corresponds to a regular csv, parquet or orc table, allowing read and write
operations. "
+ "However, during these processes, it
does not connect to the metastore; hence, newly added partitions will not be
reflected in"
+ " the metastore and need to be manually
added as separate partition operations.");
+
+ public static final ConfigOption<Boolean>
FILE_IO_REFRESH_CREDENTIAL_ENABLE =
Review Comment:
Put it into `RESTCatalogOptions`
--
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]