aboutsummaryrefslogtreecommitdiff
path: root/exec/jdbc-all
diff options
context:
space:
mode:
authorPaul Rogers <progers@maprtech.com>2017-08-17 22:41:30 -0700
committerPaul Rogers <progers@maprtech.com>2017-12-20 21:17:48 -0800
commit40de8ca4f47533fa6593d1266403868ae1a2119f (patch)
tree788340cdd02a97636e9a7ba05f90fd895fab2407 /exec/jdbc-all
parenteb0c40306b769093966062229c0d4724dc2163b9 (diff)
DRILL-5657: Size-aware vector writer structure
- Vector and accessor layer - Row Set layer - Tuple and column models - Revised write-time metadata - "Result set loader" layer this closes #914
Diffstat (limited to 'exec/jdbc-all')
-rw-r--r--exec/jdbc-all/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml
index 82910afc2..9db9c581d 100644
--- a/exec/jdbc-all/pom.xml
+++ b/exec/jdbc-all/pom.xml
@@ -509,7 +509,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>30000000</maxsize>
+ <maxsize>32000000</maxsize>
<minsize>15000000</minsize>
<files>
<file>${project.build.directory}/drill-jdbc-all-${project.version}.jar</file>