ebyhr commented on code in PR #12806: URL: https://github.com/apache/iceberg/pull/12806#discussion_r2045903617
########## 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: I'm not familiar with Gradle best practices. Let me know if there is a better way. Also, I wonder if we should add the same argument to the `integrationTest` task. -- 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