Github user chunhui-shi commented on a diff in the pull request:
https://github.com/apache/drill/pull/1066#discussion_r158173904
--- Diff: exec/jdbc-all/pom.xml ---
@@ -572,7 +572,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>29000000</maxsize>
+ <maxsize>31000000</maxsize>
--- End diff --
I played with this branch and I have to change the size of 31000000 to
32000000, it might due to my build environment but we may want to increase it
to 32000000.
---