ebyhr commented on code in PR #12806: URL: https://github.com/apache/iceberg/pull/12806#discussion_r2047916678
########## build.gradle: ########## @@ -414,6 +414,7 @@ project(':iceberg-data') { useJUnitPlatform() // Only for TestSplitScan as of Gradle 5.0+ maxHeapSize '1500m' + jvmArgs += '-XX:-OmitStackTraceInFastThrow' Review Comment: It was my oversight. I think we can use `tasks.withType(Test)` to avoid duplication. -- 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