findepi commented on code in PR #10474:
URL: https://github.com/apache/iceberg/pull/10474#discussion_r1670539963


##########
.github/workflows/spark-ci.yml:
##########
@@ -69,9 +69,15 @@ jobs:
     runs-on: ubuntu-22.04
     strategy:
       matrix:
-        jvm: [8, 11, 17]
+        jvm: [8, 11, 17, 21]
         spark: ['3.3', '3.4', '3.5']
         scala: ['2.12', '2.13']
+        exclude:
+          # Spark 3.5 is the first version supporting Java 21 
(https://issues.apache.org/jira/browse/SPARK-42369)

Review Comment:
   Thanks @pan3793 for your comment and the link. This is good reference.
   If our tests with Spark 3.5 pass with Java 21, we don't need to disable 
them, but it's good to know we should be expecting challenges. I will rework 
the comment. 



-- 
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-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to