This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 85c4f053f25a [SPARK-47841][BUILD] Upgrade `postgresql` to 42.7.3
85c4f053f25a is described below
commit 85c4f053f25a7f20546600e179a7303a4409834f
Author: panbingkun <[email protected]>
AuthorDate: Sat Apr 13 17:36:17 2024 -0700
[SPARK-47841][BUILD] Upgrade `postgresql` to 42.7.3
### 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](https://github.com/pgjdbc/pgjdbc/pull/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.
Closes #46038 from panbingkun/postgresql_upgrade.
Authored-by: panbingkun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 95ed02d412a9..560a6c037282 100644
--- a/pom.xml
+++ b/pom.xml
@@ -320,7 +320,7 @@
</extraJavaTestArgs>
<mariadb.java.client.version>2.7.12</mariadb.java.client.version>
<mysql.connector.version>8.3.0</mysql.connector.version>
- <postgresql.version>42.7.2</postgresql.version>
+ <postgresql.version>42.7.3</postgresql.version>
<db2.jcc.version>11.5.9.0</db2.jcc.version>
<mssql.jdbc.version>9.4.1.jre8</mssql.jdbc.version>
<ojdbc11.version>23.3.0.23.09</ojdbc11.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]