Github user sohami commented on a diff in the pull request:
https://github.com/apache/drill/pull/1168#discussion_r174866472
--- Diff: 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>
--- End diff --
After removing these exclusion for apache profile what is the size of
jdbc-all jar ? based on final size we should reduce the allowed maxSize from
~35MB to that value.
---