marton-bod commented on a change in pull request #1478:
URL: https://github.com/apache/iceberg/pull/1478#discussion_r497471538
##########
File path: build.gradle
##########
@@ -468,6 +468,79 @@ project(':iceberg-mr') {
}
}
+if (jdkVersion == '8') {
Review comment:
Yes, all the `TestHiveIcebergStorageHandlerWith*` tests in
`iceberg-hive3` fail on JDK11 with:
```
java.lang.ClassCastException: class
jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class
java.net.URLClassLoader
```
This issue is fixed in https://issues.apache.org/jira/browse/HIVE-21584, but
it's not part of the Hive 3.1.2 release
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]