Aggarwal-Raghav commented on code in PR #5588:
URL: https://github.com/apache/hive/pull/5588#discussion_r1907352837


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnHandler.java:
##########
@@ -18,7 +18,7 @@
 package org.apache.hadoop.hive.metastore.txn;
 
 import com.google.common.annotations.VisibleForTesting;
-import org.apache.commons.collections.CollectionUtils;
+import org.apache.commons.collections4.CollectionUtils;

Review Comment:
   Just thinking out loud, I don't see any commons-collections-3.x dependency 
present in standalone-metastore module, so commons-collections-3.x must be 
coming from some transitive dependency (either from 
hadoop/atlas/commons-beanutils), now in this PR we will start shipping 
commons-collections-4.x in 
`standalone-metastore/metastore-server/target/apache-hive-metastore-4.1.0-SNAPSHOT-bin`.
 Can it cause any  classpath 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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to