FANNG1 commented on code in PR #4395:
URL: https://github.com/apache/gravitino/pull/4395#discussion_r1711214504
##########
iceberg/iceberg-common/src/main/java/org/apache/gravitino/iceberg/common/ops/IcebergTableOps.java:
##########
@@ -66,6 +68,7 @@ public class IcebergTableOps implements AutoCloseable {
private final IcebergCatalogBackend catalogBackend;
private String catalogUri = null;
private Map<String, String> catalogConfigToClients;
+ private Map<String, String> hadoopConfigMap;
Review Comment:
the variable name is misleading, better to use something like
`icebergCatalogProperties`?
--
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]