xx789633 commented on code in PR #2205:
URL: https://github.com/apache/fluss/pull/2205#discussion_r2633424256


##########
fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/catalog/FlinkCatalog.java:
##########
@@ -335,6 +335,14 @@ public CatalogBaseTable getTable(ObjectPath objectPath)
             Map<String, String> newOptions = new 
HashMap<>(catalogBaseTable.getOptions());
             newOptions.put(BOOTSTRAP_SERVERS.key(), bootstrapServers);
             newOptions.putAll(securityConfigs);
+            // add lake properties
+            if (tableInfo.getTableConfig().isDataLakeEnabled()) {
+                for (Map.Entry<String, String> lakePropertyEntry :

Review Comment:
   Pass all lake properties or only pass the properties of the associated lake 
format?



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