rdblue commented on code in PR #5989:
URL: https://github.com/apache/iceberg/pull/5989#discussion_r1000879572


##########
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##########
@@ -83,6 +84,15 @@ public void initialize(String inputName, Map<String, String> 
properties) {
       this.conf = new Configuration();
     }
 
+    // Forward all catalog properties that begin with `hive.` into 
configuration for use in setting
+    // up the
+    // MetastoreClient

Review Comment:
   Looks like this was auto formatted and could be fixed.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to