Reo-LEI commented on a change in pull request #3403:
URL: https://github.com/apache/iceberg/pull/3403#discussion_r739090380
##########
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:
Yes, I test it use the latest commit, but still fail. Our Hive version
is 2.1.1 too.
--
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]