ajantha-bhat commented on code in PR #124:
URL: https://github.com/apache/polaris-tools/pull/124#discussion_r2667303419
##########
iceberg-catalog-migrator/build.gradle.kts:
##########
@@ -60,6 +60,7 @@ tasks.named<RatTask>("rat").configure {
excludes.add("**/.keep")
excludes.add("**/logs/**")
excludes.add("**/*.lock")
+ excludes.add("**/.kotlin")
Review Comment:
In the linked issue we can see that there is an error log file
`/home/runner/work/polaris-tools/polaris-tools/iceberg-catalog-migrator/buildSrc/.kotlin/errors/errors-1767699605670.log
`
I even tried to induce kotlin compile error to generate this file. But
compile itself will fail before throwing rat check error.
I tried to reproduce issue locally by checking out that PR and using JDK23,
but no luck.
It could be a flaky failure related to kotlin. So, excluded that folder as
it is not deliverable.
--
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]