You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2018/10/09 08:28:06 UTC

[GitHub] vvysotskyi commented on a change in pull request #1497: DRILL-6410: Fixed memory leak in flat Parquet reader

vvysotskyi commented on a change in pull request #1497: DRILL-6410: Fixed memory leak in flat Parquet reader
URL: https://github.com/apache/drill/pull/1497#discussion_r223603020
 
 

 ##########
 File path: exec/jdbc-all/pom.xml
 ##########
 @@ -511,7 +511,7 @@
                   This is likely due to you adding new dependencies to a java-exec and not updating the excludes in this module. This is important as it minimizes the size of the dependency of Drill application users.
 
                   </message>
-                  <maxsize>39000000</maxsize>
+                  <maxsize>39500000</maxsize>
 
 Review comment:
   There was no need to increase the limit for Jar size since in https://github.com/apache/drill/pull/1486 were excluded some classes so the issue with hitting the limit without adding any library was fixed there.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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