Skip to content

Conversation

panbingkun
Copy link
Contributor

@panbingkun panbingkun commented Apr 13, 2024

What changes were proposed in this pull request?

The pr aims to upgrade postgresql from 42.7.2 to 42.7.3.

Why are the changes needed?

The version 42.7.3 full release notes:
https://jdbc.postgresql.org/changelogs/2024-03-14-42.7.3-release/

  • fix: boolean types not handled in SimpleQuery mode PR #3146 *make sure we handle boolean types in simple query mode
    support uuid as well
    handle all well known types in text mode and change else if to switch
  • fix: released new versions of 42.2.29, 42.3.10, 42.4.5, 42.5.6, 42.6.2 to deal with NoSuchMethodError on ByteBuffer#position when running on Java 8

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.

@github-actions github-actions bot added the BUILD label Apr 13, 2024
@panbingkun panbingkun changed the title [WIP] Upgrade postgresql driver [SPARK-47841][BUILD] Upgrade postgresql to 42.7.3 Apr 13, 2024
@panbingkun panbingkun marked this pull request as ready for review April 13, 2024 13:06
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM.

@dongjoon-hyun
Copy link
Member

Thank you, @panbingkun .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants