singhpk234 commented on code in PR #10477:
URL: https://github.com/apache/iceberg/pull/10477#discussion_r1633621743


##########
.github/workflows/spark-ci.yml:
##########
@@ -101,8 +102,9 @@ jobs:
   spark-3x-scala-2-13-tests:
     runs-on: ubuntu-22.04
     strategy:
+      fail-fast: false
       matrix:
-        jvm: [8, 11]
+        jvm: [8, 11, 17]

Review Comment:
   we have java17 with tests spark3 in a seperate job below :
   ` spark-3x-java-17-tests:`
   
   can re-use that 



-- 
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