You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/07/05 08:30:51 UTC

[GitHub] [iceberg] rdsr commented on a change in pull request #1168: Add JDK 11 to CI build, disable Spark 2.4 with JDK 11

rdsr commented on a change in pull request #1168:
URL: https://github.com/apache/iceberg/pull/1168#discussion_r449850462



##########
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:
       Does this mean that we do not publish spark2 artifacts when building using Java 11?




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org