findepi commented on pull request #3648:
URL: https://github.com/apache/iceberg/pull/3648#issuecomment-984543306


   Sorry for several pushes here and fixing compilation problems via CI.
   It seems that
   ```
   ./gradlew -DflinkVersions=1.12,1.13 -DsparkVersions=2.4,3.0,3.1,3.2 
-DhiveVersions=2,3 build -x test -x javadoc -x integrationTest
   ```
   
   as run by CI's `build-checks`, when run locally, doesn't compile all the 
files.
   
   Thus `build-checks` can be failing even if `./gradlew 
-DflinkVersions=1.12,1.13 -DsparkVersions=2.4,3.0,3.1,3.2 -DhiveVersions=2,3 
build -x test -x javadoc -x integrationTest` succeeds locally.
   
   Can this be related to JDK version? 
   `build-checks` runs with Java 8.


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