anuragmantri commented on code in PR #12274: URL: https://github.com/apache/iceberg/pull/12274#discussion_r1956753811
########## baseline.gradle: ########## @@ -78,7 +78,7 @@ subprojects { tasks.withType(JavaCompile).configureEach { options.errorprone.errorproneArgs.addAll ( // error-prone is slow, don't run on tests/generated-src/generated - '-XepExcludedPaths:.*/(test|generated-src|generated)/.*', + '-XepExcludedPaths:.*/(test|integration|generated-src|generated)/.*', Review Comment: When I moved Azure tests into integration, I saw `IntLongMath:ERROR`. The check is disabled for test sources, so I assume it's safe to disable for integration test compilation too. Please let me know if you think otherwise. -- 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