pvary commented on code in PR #12721:
URL: https://github.com/apache/iceberg/pull/12721#discussion_r2035550694
##########
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##########
@@ -104,12 +103,12 @@ public void initialize(String inputName, Map<String,
String> properties) {
}
if (properties.containsKey(CatalogProperties.URI)) {
- this.conf.set(HiveConf.ConfVars.METASTOREURIS.varname,
properties.get(CatalogProperties.URI));
+ this.conf.set("hive.metastore.uris",
properties.get(CatalogProperties.URI));
Review Comment:
Good point. While I'm not entirely convinced against the constants, I don't
feel strongly enough to press the issue 😄
--
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]