sanqingleo created HIVE-27769: --------------------------------- Summary: If there has the plan to upgrade jdk version? Key: HIVE-27769 URL: https://issues.apache.org/jira/browse/HIVE-27769 Project: Hive Issue Type: New Feature Environment: Hive 3.1.3
Flink 1.16 Hudi 0.13 Reporter: sanqingleo Hi guys, I'm now using hive(3.1.3) catalog. When I use flink to create catalog, It will throw the exception like this {code:java} Caused by: MetaException(message:Got exception: java.lang.ClassCastException 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')) at org.apache.hadoop.hive.metastore.MetaStoreUtils.logAndThrowMetaException(MetaStoreUtils.java:1342) at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.<init>(HiveMetaStoreClient.java:278) at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.<init>(HiveMetaStoreClient.java:210) ... 20 more {code} I have to downgrade my JDK version to 8 As I know , now many open source softwares are supporting JDK17.(like flink,hudi..) I want to know if there has the plan to upgrade JDK version? It will support JDK17 since which hive version? Thx -- This message was sent by Atlassian Jira (v8.20.10#820010)