This is an automated email from the ASF dual-hosted git repository.
singhpk234 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new dc3f44ccd Update apache/spark Docker tag to v3.5.7 (#2727)
dc3f44ccd is described below
commit dc3f44ccdd6320d46afa4c805c7f0cee82e23c2b
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Oct 6 18:50:26 2025 +0100
Update apache/spark Docker tag to v3.5.7 (#2727)
---
getting-started/eclipselink/docker-compose.yml | 2 +-
getting-started/jdbc/docker-compose.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/getting-started/eclipselink/docker-compose.yml
b/getting-started/eclipselink/docker-compose.yml
index 74a6f311f..dc66f3a52 100644
--- a/getting-started/eclipselink/docker-compose.yml
+++ b/getting-started/eclipselink/docker-compose.yml
@@ -65,7 +65,7 @@ services:
entrypoint: '/bin/sh -c "chmod +x /polaris/create-catalog.sh &&
/polaris/create-catalog.sh"'
spark-sql:
- image: apache/spark:3.5.6-java17-python3
+ image: apache/spark:3.5.7-java17-python3
depends_on:
polaris-setup:
condition: service_completed_successfully
diff --git a/getting-started/jdbc/docker-compose.yml
b/getting-started/jdbc/docker-compose.yml
index f1077f63a..9e8bbce89 100644
--- a/getting-started/jdbc/docker-compose.yml
+++ b/getting-started/jdbc/docker-compose.yml
@@ -67,7 +67,7 @@ services:
entrypoint: '/bin/sh -c "chmod +x /polaris/create-catalog.sh &&
/polaris/create-catalog.sh"'
spark-sql:
- image: apache/spark:3.5.6-java17-python3
+ image: apache/spark:3.5.7-java17-python3
depends_on:
polaris-setup:
condition: service_completed_successfully