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 2021/12/02 11:51:04 UTC

[GitHub] [iceberg] findepi opened a new pull request #3651: Set default Java version for jenv users

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: issues-unsubscribe@iceberg.apache.org

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


[GitHub] [iceberg] findepi commented on pull request #3651: Set default Java version for jenv users

Posted by GitBox <gi...@apache.org>.
findepi commented on pull request #3651:
URL: https://github.com/apache/iceberg/pull/3651#issuecomment-984806437


   thanks for the merge


-- 
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: issues-unsubscribe@iceberg.apache.org

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


[GitHub] [iceberg] rdblue commented on pull request #3651: Set default Java version for jenv users

Posted by GitBox <gi...@apache.org>.
rdblue commented on pull request #3651:
URL: https://github.com/apache/iceberg/pull/3651#issuecomment-984797919


   Merged. Thanks, @findepi!


-- 
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: issues-unsubscribe@iceberg.apache.org

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


[GitHub] [iceberg] rdblue merged pull request #3651: Set default Java version for jenv users

Posted by GitBox <gi...@apache.org>.
rdblue merged pull request #3651:
URL: https://github.com/apache/iceberg/pull/3651


   


-- 
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: issues-unsubscribe@iceberg.apache.org

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