JingsongLi commented on code in PR #5836: URL: https://github.com/apache/paimon/pull/5836#discussion_r2182999827
########## paimon-common/src/main/java/org/apache/paimon/fs/FileIO.java: ########## @@ -73,6 +73,14 @@ public interface FileIO extends Serializable, Closeable { /** Configure by {@link CatalogContext}. */ void configure(CatalogContext context); + /** + * Set dynamic filesystem options and construct a new FileIO. Usually used for job-level + * settings. + */ + default FileIO copy(Map<String, String> dynamicOptions) { Review Comment: `default void setRuntimeContext(Map<String, String> options) {}` -- 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