LsomeYeah commented on code in PR #6024: URL: https://github.com/apache/paimon/pull/6024#discussion_r2256357081
########## paimon-api/src/main/java/org/apache/paimon/CoreOptions.java: ########## @@ -206,6 +206,13 @@ public InlineElement getDescription() { + ExternalPathStrategy.SPECIFIC_FS + ", should be the prefix scheme of the external path, now supported are s3 and oss."); + public static final ConfigOption<Boolean> AUTO_DETECT_DATA_FILE_EXTERNAL_PATHS = + key("external-paths.detect-config.enabled") Review Comment: `sink.writer-refresh-detect-options` has been introduced to raplace `external-paths.detect-config.enabled`, now users can configure more options to be refreshed now. -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org