difin commented on code in PR #5995:
URL: https://github.com/apache/hive/pull/5995#discussion_r2258524053


##########
standalone-metastore/metastore-client/src/main/java/org/apache/hadoop/hive/metastore/client/builder/HiveMetaStoreClientBuilder.java:
##########
@@ -27,56 +27,81 @@
 import org.apache.hadoop.hive.metastore.client.HookEnabledMetaStoreClient;
 import org.apache.hadoop.hive.metastore.client.SynchronizedMetaStoreClient;
 import org.apache.hadoop.hive.metastore.client.ThriftHiveMetaStoreClient;
+import org.apache.hadoop.hive.metastore.conf.MetastoreConf;
+import org.apache.hadoop.hive.metastore.utils.JavaUtils;
 
 import java.util.Map;
 import java.util.Objects;
 import java.util.function.Function;
 
 public class HiveMetaStoreClientBuilder {
 
-    private final Configuration conf;
-    private IMetaStoreClient client;
+  public static final String HIVE_ICEBERG_REST_CATALOG_CLIENT_CLASS = 

Review Comment:
   There seems to be no issue with spacing after rebasing.



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