-
Notifications
You must be signed in to change notification settings - Fork 987
DRILL-8531: Update Various Libraries due to CVEs #3016
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@pjfanning I pulled your code for #2972 into this PR so that we can get the Phoenix update. |
jnturton
reviewed
Sep 1, 2025
So I discovered that Phoenix doesn't like Hadoop 3.4. Stand by |
e0bde3e
to
5beb224
Compare
@pjfanning @jnturton I think this PR is ready. |
jnturton
reviewed
Sep 11, 2025
...ge-phoenix/src/test/java/org/apache/drill/exec/store/phoenix/secured/PhoenixEnvironment.java
Outdated
Show resolved
Hide resolved
jnturton
approved these changes
Sep 16, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work on the tests!
cgivre
added a commit
to cgivre/drill
that referenced
this pull request
Sep 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-to-stable
This bug fix is applicable to the latest stable release and should be considered for inclusion there
code-cleanup
dependencies
security
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DRILL-8531: Update Various Libraries due to CVEs
Description
Updates various components due to CVEs. This PR also does some clean up to the Apache Phoenix
pom.xml
file to allow us to update Zookeeper. There were some transient dependency issues in that pom with the HBase client. Now everything is running on the same version and we should be able to upgrade Zookeeper to the latest version without issues.maven-compat
in tools module.parquet
to version 1.15.2This PR can close DRILL-8514 and #2972.
As part of updating Phoenix, I had to refactor the test infrastructure to use HBase version 2.6 which is the version which ships with Drill.
Documentation
No user facing changes.
Testing
Ran existing unit tests.