This is an automated email from the ASF dual-hosted git repository.

kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new d59ea1ea84 Docs: Remove obsolete version attribute in quick start 
docker-compose.yml (#13139)
d59ea1ea84 is described below

commit d59ea1ea842df86c93edc022e4f364cf4764cb2d
Author: Om Kenge <[email protected]>
AuthorDate: Sat Jun 7 04:55:50 2025 +0530

    Docs: Remove obsolete version attribute in quick start docker-compose.yml 
(#13139)
    
    * Update footer.html
    
    * feat: remove the version from docker file
---
 site/docs/spark-quickstart.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/site/docs/spark-quickstart.md b/site/docs/spark-quickstart.md
index c848925daf..2831f7f9d9 100644
--- a/site/docs/spark-quickstart.md
+++ b/site/docs/spark-quickstart.md
@@ -36,7 +36,6 @@ which contains a local Spark cluster with a configured 
Iceberg catalog. To use t
 Once you have those, save the yaml below into a file named 
`docker-compose.yml`:
 
 ```yaml
-version: "3"
 
 services:
   spark-iceberg:

Reply via email to