[SPARK-58255][BUILD] Upgrade PostgreSQL JDBC driver to 42.7.13#57425
Closed
dongjoon-hyun wants to merge 1 commit into
Closed
[SPARK-58255][BUILD] Upgrade PostgreSQL JDBC driver to 42.7.13#57425dongjoon-hyun wants to merge 1 commit into
dongjoon-hyun wants to merge 1 commit into
Conversation
LuciferYang
approved these changes
Jul 22, 2026
Member
Author
|
Thank you, @LuciferYang . |
HyukjinKwon
approved these changes
Jul 22, 2026
Member
Author
|
Thank you, @HyukjinKwon . |
Member
Author
|
Merge Summary:
Posted by |
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?
This PR aims to upgrade the test dependency
PostgreSQLJDBC driver to42.7.13which was released on 2026-07-06. The one-week dependency-update grace-period passed.Why are the changes needed?
To maintain
PostgreSQLJDBC driver test coverage up-to-date. This upgrade brings two releases:channelBinding=requireconnections could be silently downgraded from SCRAM-SHA-256-PLUS to plain SCRAM-SHA-256, losing MITM protection. Affects 42.7.4 through 42.7.11.search_pathGUC_REPORT (PG 18+),flushCacheOnDdlfor transparent re-prepare after DDL, capreWriteBatchedInsertsby the protocol limit.ResultSet.getBigDecimal(int, int),BlobInputStreammark/reset position, detect nativeCALLpreceded by a comment, auto-detect SSL key format, close socket when connection setup fails after connect, supportjava.timevalues in updatable ResultSet, and more.Does this PR introduce any user-facing change?
No, this is a test dependency.
How was this patch tested?
Pass the CIs.
Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Fable 5