szehon-ho commented on a change in pull request #3403:
URL: https://github.com/apache/iceberg/pull/3403#discussion_r739035685



##########
File path: 
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveClientPool.java
##########
@@ -53,7 +53,7 @@ public HiveClientPool(int poolSize, Configuration conf) {
   protected IMetaStoreClient newClient()  {
     try {
       try {
-        return GET_CLIENT.invoke(hiveConf, true);
+        return GET_CLIENT.invoke(hiveConf, null, 
HiveMetaStoreClient.class.getName());

Review comment:
       What version of Hive does it use?  Also did you try with my latest 
commit here?  I also saw that it failed this way in my first attempt on Hive 
1.x branch, and fixed in my second attempt by making it prefer another method 
that does not pass null.




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