findepi opened a new pull request #3651:
URL: https://github.com/apache/iceberg/pull/3651
Project requires Java 8 for full build.
Certain modules are not getting compiled when Gradle is run with JDK 11.
For example, in jmh.gradle there currently is:
if (jdkVersion == '8' && sparkVersions.contains("2.4")) {
jmhProjects.add(project(":iceberg-spark:iceberg-spark2"))
}
Provide explicit default configuration for those using `jenv` to manage
multiple JDKs, to help contributors build the project.
--
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]