Elbehery commented on PR #13645:
URL: https://github.com/apache/iceberg/pull/13645#issuecomment-3148533880

   btw. the failure in Spark integration CI job is due to jdk version
   
   ```
   JavaVersion javaVersion = JavaVersion.current()
   if (javaVersion != JavaVersion.VERSION_17 && javaVersion != 
JavaVersion.VERSION_21) {
     throw new GradleException("Spark 4.0 build requires JDK 17 or 21 but was 
executed with JDK " + javaVersion)
   }
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to