Skip to content

Commit

Permalink
Increase jdbc-all-jar.maxsize after DRILL-8436 and 8420.
Browse files Browse the repository at this point in the history
This branch does not increase the size of the JDBC driver but I believe that
the preceding commits mentioned arrived in master independently with the first
growing the JDBC driver jar and the second shrinking it and lowering the jar
size limit accordingly. Their respective PR CI runs both passed but the CI
runs on master, once it contained both commits, started failing on the jar size
enforcer.
  • Loading branch information
jnturton committed Aug 28, 2023
1 parent 123bac7 commit 5a28b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exec/jdbc-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"package.namespace.prefix" equals to "oadd.". It can be overridden if necessary within any profile -->
<properties>
<package.namespace.prefix>oadd.</package.namespace.prefix>
<jdbc-all-jar.maxsize>40500000</jdbc-all-jar.maxsize>
<jdbc-all-jar.maxsize>44500000</jdbc-all-jar.maxsize>
</properties>

<dependencies>
Expand Down

0 comments on commit 5a28b08

Please sign in to comment.