pvary commented on code in PR #12199: URL: https://github.com/apache/iceberg/pull/12199#discussion_r1978740329
########## flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalog.java: ########## @@ -97,17 +97,20 @@ public class FlinkCatalog extends AbstractCatalog { private final Namespace baseNamespace; private final SupportsNamespaces asNamespaceCatalog; private final Closeable closeable; + private final Map<String, String> catalogProps; private final boolean cacheEnabled; public FlinkCatalog( String catalogName, String defaultDatabase, Namespace baseNamespace, CatalogLoader catalogLoader, + Map<String, String> catalogProps, Review Comment: I would vote for make this internal -- 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org