ajantha-bhat opened a new pull request, #7321:
URL: https://github.com/apache/iceberg/pull/7321

   https://github.com/apache/iceberg/pull/7024 didn't really fix the issue. 
   
   After analyzing the dependency tree found that 
`com.palantir.baseline-checkstyle` plugin will always use the checkstyle 
version from `com.palantir.baseline:gradle-baseline-java:4.42.0` (which is 9.1) 
even though we override it with some other version (which is 9.3).
   
   So, the solution is to use some other check style plugin with the required 
checkstyle version 9.3.
   Using the gradle checkstyle plugin now as  
`com.palantir.baseline-checkstyle` was also a simple wrapper around that.
   
   - Executed the dependency tree `gradle iceberg-api:dependencies` and 
confirmed it is using checkstyle 9.3 which has the fix of OOM issue which is 
causing build flakiness.
   - Fixed the check style errors reported from 9.3 version (which was not 
present in 9.1 version)
    
   


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