mccheah commented on a change in pull request #143: Applies the Baseline plugin
for iceberg-api only.
URL: https://github.com/apache/incubator-iceberg/pull/143#discussion_r267962318
##########
File path: build.gradle
##########
@@ -135,6 +152,11 @@ project(':iceberg-data') {
exclude group: 'org.slf4j', module: 'slf4j-log4j12'
}
}
+
+ test {
+ // Only for TestSplitScan as of Gradle 5.0+
+ maxHeapSize '1500m'
Review comment:
I verified this on master - if you just change the Gradle version to 5.0+,
the `TestSplitScan` test fails with the same error. So the memory settings must
have changed in Gradle 5.0. Nothing that was changed with regards to style
should have had an effect on the memory usage.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]