apache / drill

Apache Drill is a distributed MPP query layer for self describing data
https://drill.apache.org/
Apache License 2.0
1.93k stars 979 forks source link

DRILL-8420: Remove shaded Guava and upgrade stock Guava 30.1.1-jre → 32.1.2-jre #2827

Closed jnturton closed 1 year ago

jnturton commented 1 year ago

DRILL-8420: Remove shaded Guava and upgrade stock Guava 30.1.1-jre → 32.1.2-jre

Description

The Drill JDBC driver shrinks by ~6Mb as a result.

Note to reviewers: the 1.2k Guava import statement updates included in this PR are all isolated in the Update org.apache.drill.shaded.guava.* import statements. commit which may be ignored (or checked with a script) when reviewing.

Documentation

N/A

Testing

All unit tests pass. Manual testing of Drill web UI and JDBC driver. Manual review of mvn dependency:tree