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 980 forks source link

DRILL-8452: Library upgrades #2823

Closed jnturton closed 1 year ago

jnturton commented 1 year ago

DRILL-8452: Library upgrades

Documentation

N/A

Testing

Existing unit tests.

Rebased on the unmerged #2821 to ensure testing with Hadoop 3.3.6.

jnturton commented 1 year ago

@vvysotskyi @luocooong @cgivre I believe this PR is ready for a review.

cgivre commented 1 year ago

I wonder if we could get rid of httpclient and replace it with okhttp3 which is also in use elsewhere. I don't think that is for this PR however.