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 8f9a3def715c [SPARK-56010][BUILD] Upgrade `snowflake-jdbc` to 4.0.2
8f9a3def715c is described below
commit 8f9a3def715c688335e48e6504e0e3b89cdd92c9
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Mar 16 16:06:02 2026 -0700
[SPARK-56010][BUILD] Upgrade `snowflake-jdbc` to 4.0.2
### What changes were proposed in this pull request?
This PR aims to upgrade `snowflake-jdbc` to 4.0.2.
### Why are the changes needed?
To bring the latest bug fixed version for testing:
-
https://docs.snowflake.com/en/release-notes/clients-drivers/jdbc-2026#version-4-0-2-mar-12-2026
- https://github.com/apache/spark/security/dependabot/169
### Does this PR introduce _any_ user-facing change?
No. This is a test-only dependency.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #54831 from dongjoon-hyun/SPARK-56010.
Authored-by: Dongjoon Hyun <[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 2f11df882345..13abe5e58a73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,7 +345,7 @@
<mssql.jdbc.version>13.2.1.jre11</mssql.jdbc.version>
<ojdbc17.version>23.6.0.24.10</ojdbc17.version>
<databricks.jdbc.version>2.7.1</databricks.jdbc.version>
- <snowflake.jdbc.version>3.26.1</snowflake.jdbc.version>
+ <snowflake.jdbc.version>4.0.2</snowflake.jdbc.version>
<terajdbc.version>20.00.00.39</terajdbc.version>
<!-- Used for SBT build to retrieve the Spark version -->
<spark.version>${project.version}</spark.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]