[SPARK-47298][BUILD] Upgrade mysql-connector-j to 8.3.0 and mariadb-java-client to 2.7.12#45399
Closed
panbingkun wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-47298][BUILD] Upgrade mysql-connector-j to 8.3.0 and mariadb-java-client to 2.7.12#45399panbingkun wants to merge 1 commit intoapache:masterfrom
mysql-connector-j to 8.3.0 and mariadb-java-client to 2.7.12#45399panbingkun wants to merge 1 commit intoapache:masterfrom
Conversation
…adb-java-client` to `2.7.12`
mysql-connector-j to 8.3.0 and mariadb-java-client to 2.7.12mysql-connector-j to 8.3.0 and mariadb-java-client to 2.7.12
yaooqinn
approved these changes
Mar 7, 2024
Member
|
Merged to master. Thank you @panbingkun @dongjoon-hyun |
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:
mysql-connector-jfrom8.2.0to8.3.0.mariadb-java-clientfrom2.7.11to2.7.12.Why are the changes needed?
Routine upgrade.
com.mysql:mysql-connector-j, release notes:
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-3-0.html
Bugs Fixed, eg:
1.Setting a very large value for query timeout caused an IllegalArgumentException when a query was executed. It was due to an integer overflow, which is now avoided by changing the timeout value's data type from Integer to Long. (Bug #112884, Bug #36043166)
2.Calling PreparedStatement.executeUpdate() on a query that was only a comment caused a SQLException to be thrown, with the complaint that executeUpdate() "cannot issue statements that produce result sets." It was because the check on whether the query would produce results sets was faulty, and it has now been fixed. (Bug #109546, Bug #34958912)
org.mariadb.jdbc:mariadb-java-client, release notes:
https://mariadb.com/kb/en/mariadb-connector-j-2-7-12-release-notes/
Bugs Fixed, eg:
CONJ-1145 Wrong sequence number of sub header with compressing procotol active
CONJ-1151 Wrong debug trace when using compression protocol
CONJ-1152 Improve message when reaching socket timeout during connection initial commands
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.