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/08/29 21:25:17 UTC

[GitHub] Ben-Zvi commented on a change in pull request #1168: DRILL-6246: Reduced the size of the jdbc-all jar file

Ben-Zvi commented on a change in pull request #1168: DRILL-6246: Reduced the size of the jdbc-all jar file
URL: https://github.com/apache/drill/pull/1168#discussion_r213839471
 
 

 ##########
 File path: exec/jdbc-all/pom.xml
 ##########
 @@ -473,6 +473,8 @@
                <exclude>org/yaml/**</exclude>
                <exclude>hello/**</exclude>
                <exclude>webapps/**</exclude>
+               <exclude>**/org/apache/calcite/avatica/metrics/**</exclude>
+               <exclude>**/org/apache/calcite/avatica/org/**</exclude>
 
 Review comment:
   Just checked the latest code - Using these exclusions, the jar size went down from 38942905 to 37542344. (The maxsize now is 39000000).
   It could be nice to reduce 1.4M ....
     

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