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 7dfd9e25066a [SPARK-53681][BUILD][TESTS] Upgrade `snowflake-jdbc` to
3.26.1
7dfd9e25066a is described below
commit 7dfd9e25066afdf93433241144d557b283a40ec5
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Sep 23 18:13:24 2025 -0700
[SPARK-53681][BUILD][TESTS] Upgrade `snowflake-jdbc` to 3.26.1
### What changes were proposed in this pull request?
This PR aims to upgrade `snowflake-jdbc` to 3.26.1.
### Why are the changes needed?
To bring the latest bug fixed version for testing:
-
https://docs.snowflake.com/en/release-notes/clients-drivers/jdbc-2025#version-3-26-1-august-29-2025
- Fixed an issue with a NullPointerException when MFA is enabled in Okta
and native Okta authentication is used.
- Fixed an issue with CloseableHttpClient being cached indefinitely.
- Fixed a bug preventing the use of auto-config with connection pooling.
- Fixed a bug preventing application termination immediately because of
telemetry threads.
- Fixed a bug that prevented TelemetryThreadPool from scaling based on
the workload.
### 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 #52425 from dongjoon-hyun/SPARK-53681.
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 9a53de26faba..864d113b3cd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -346,7 +346,7 @@
<mssql.jdbc.version>12.8.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.23.2</snowflake.jdbc.version>
+ <snowflake.jdbc.version>3.26.1</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]