This is an automated email from the ASF dual-hosted git repository. jbonofre 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 90c258010 main: Update apache/spark Docker tag to v3.5.6 (#1791) 90c258010 is described below commit 90c2580103e129b70ce3b128f1fdee3bceaa8edb Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Tue Jun 3 13:57:30 2025 +0200 main: Update apache/spark Docker tag to v3.5.6 (#1791) --- 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 00e53979d..94db4b92a 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.5-java17-python3 + image: apache/spark:3.5.6-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 3a3049f2a..45ca86b71 100644 --- a/getting-started/jdbc/docker-compose.yml +++ b/getting-started/jdbc/docker-compose.yml @@ -68,7 +68,7 @@ services: entrypoint: '/bin/sh -c "chmod +x /polaris/create-catalog.sh && /polaris/create-catalog.sh"' spark-sql: - image: apache/spark:3.5.5-java17-python3 + image: apache/spark:3.5.6-java17-python3 depends_on: polaris-setup: condition: service_completed_successfully