rdblue commented on a change in pull request #1168:
URL: https://github.com/apache/iceberg/pull/1168#discussion_r449915554
##########
File path: settings.gradle
##########
@@ -47,10 +45,15 @@ project(':arrow').name = 'iceberg-arrow'
project(':parquet').name = 'iceberg-parquet'
project(':bundled-guava').name = 'iceberg-bundled-guava'
project(':spark').name = 'iceberg-spark'
-project(':spark2').name = 'iceberg-spark2'
-project(':spark-runtime').name = 'iceberg-spark-runtime'
project(':spark3').name = 'iceberg-spark3'
project(':spark3-runtime').name = 'iceberg-spark3-runtime'
project(':pig').name = 'iceberg-pig'
project(':hive').name = 'iceberg-hive'
+if (JavaVersion.current() == JavaVersion.VERSION_1_8) {
Review comment:
Release builds are built with Java 8 and should run fine in Java 11. We
just can't run the Spark 2.x tests in Java 11 because those versions of Spark
are incompatible.
----------------------------------------------------------------
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]