nastra commented on code in PR #12806:
URL: https://github.com/apache/iceberg/pull/12806#discussion_r2047126216


##########
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:
   is there a particular reason why this is only being applied to 
`iceberg-data` and not around L230? Also I think this is good to apply to 
`integrationTest` as well, but I would add a small comment describing why it's 
being added to both places



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