[SPARK-46060][BUILD][TESTS] Upgrade MySQL/MariaDB/PostgreSQL/DB2 test dependencies#43963
Closed
panbingkun wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-46060][BUILD][TESTS] Upgrade MySQL/MariaDB/PostgreSQL/DB2 test dependencies#43963panbingkun wants to merge 1 commit intoapache:masterfrom
MySQL/MariaDB/PostgreSQL/DB2 test dependencies#43963panbingkun wants to merge 1 commit intoapache:masterfrom
Conversation
Contributor
|
Can't |
MySQL/MariaDB/PostgreSQL/DB2 test dependencies
dongjoon-hyun
approved these changes
Nov 29, 2023
Member
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM.
To @panbingkun and @LuciferYang , I revised the PR title to fit with the content of the PR.
For MSSQL Server and derby, we can handle later when we have more time.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changes were proposed in this pull request?
The pr aims to upgrade jdbc related test dependencies, include:
8.0.33to8.2.02.7.9to2.7.1142.6.0to42.7.011.5.8.0to11.5.9.0Why are the changes needed?
com.mysql:mysql-connector-j from, release notes:
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-2-0.html
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-1-0.html
org.mariadb.jdbc:mariadb-java-client, release notes:
https://mariadb.com/kb/en/mariadb-connector-j-2-7-11-release-notes/
https://mariadb.com/kb/en/mariadb-connector-j-2-7-10-release-notes/
org.postgresql:postgresql, release notes:
https://jdbc.postgresql.org/changelogs/2023-11-20-42.7.0-release/
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass GA.
Was this patch authored or co-authored using generative AI tooling?
No.