This is an automated email from the ASF dual-hosted git repository.
dongjoon-hyun pushed a commit to branch branch-4.x
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-4.x by this push:
new ffec67eb1850 [SPARK-57637][BUILD][TEST] Upgrade `oracle-free` docker
image to `23.26.2-slim`
ffec67eb1850 is described below
commit ffec67eb1850526e7c09835da4c9a8f314f5a84c
Author: Kousuke Saruta <[email protected]>
AuthorDate: Tue Jun 23 11:23:10 2026 -0700
[SPARK-57637][BUILD][TEST] Upgrade `oracle-free` docker image to
`23.26.2-slim`
### What changes were proposed in this pull request?
This PR aims to upgrade `sarutak/oracle-free` docker image to
`23.26.2-slim`.
This image is built from [a forked
repository](https://github.com/sarutak/oci-oracle-free/tree/password-initialization-timeout)
from [gvenzl/oci-oracle-free](https://github.com/gvenzl/oci-oracle-free),
which includes fixes for the flakiness of `OracleIntegrationSuite` and
`OracleJoinPushdownIntegrationSuite`.
*
https://github.com/sarutak/oci-oracle-free/commit/7d10cc653421e6d799972daf36e6ea01c68d9b1a
*
https://github.com/sarutak/oci-oracle-free/commit/25427b34f6d55a4e7fdb2d074d3dcb99955fcb83
### Why are the changes needed?
* Ensure the JDBC source works with the newer Oracle Database.
* Fix the flakiness of `OracleIntegrationSuite` and
`OracleJoinPushdownIntegrationSuite`
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
GA.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #56699 from sarutak/upgrade-oracle-free-23.26.2.
Authored-by: Kousuke Saruta <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 01b964a2116cc32a3fcc3d4d5d8da8eda0ac53aa)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.../test/scala/org/apache/spark/sql/jdbc/OracleDatabaseOnDocker.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/OracleDatabaseOnDocker.scala
b/connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/OracleDatabaseOnDocker.scala
index 7f56376a812d..28f1a8d8f907 100644
---
a/connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/OracleDatabaseOnDocker.scala
+++
b/connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/OracleDatabaseOnDocker.scala
@@ -23,7 +23,7 @@ class OracleDatabaseOnDocker extends DatabaseOnDocker with
Logging {
// sarutak/oracle-free is a custom fork of gvenzl/oracle-free which allows
to set timeout for
// password initialization. See SPARK-54076 for details.
lazy override val imageName =
- sys.env.getOrElse("ORACLE_DOCKER_IMAGE_NAME",
"sarutak/oracle-free:23.26.1-slim")
+ sys.env.getOrElse("ORACLE_DOCKER_IMAGE_NAME",
"sarutak/oracle-free:23.26.2-slim")
val oracle_password = "Th1s1sThe0racle#Pass"
override val env = Map(
"ORACLE_PWD" -> oracle_password, // oracle images uses this
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]