frankgh opened a new pull request #765: HIVE-22190: Class HiveMetaStoreClient fails to instantiate when runni… URL: https://github.com/apache/hive/pull/765 …ng on Java 11 HiveMetaStoreClient fails to initialize in JDK with error: Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStoreClient with cause class [Ljava.lang.Object; cannot be cast to class [Ljava.net.URI; ([Ljava.lang.Object; and [Ljava.net.URI; are in module java.base of loader 'bootstrap') This commit refactors the code to convert a List to array
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
