You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/03/21 21:22:58 UTC

[GitHub] [incubator-iceberg] mccheah commented on a change in pull request #143: Applies the Baseline plugin for iceberg-api only.

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org