From 3b58b7c4af82bf3476444e1232c5cc7a29274b92 Mon Sep 17 00:00:00 2001 From: Subham Sangwan Date: Sun, 27 Jul 2025 09:42:11 +0530 Subject: [PATCH 01/19] Temp: enable PR reopen --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a02f5591ea..e53f088f65e 100644 --- a/README.md +++ b/README.md @@ -192,3 +192,4 @@ Please visit [Apache Sedona website](http://sedona.apache.org/) for detailed inf The Apache Software Foundation +# temp change From b7036daa08ba6e69d9974f9913fc31c15c1e1ad9 Mon Sep 17 00:00:00 2001 From: Subham Date: Sun, 27 Jul 2025 09:45:04 +0530 Subject: [PATCH 02/19] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e53f088f65e..9a4da8c8e36 100644 --- a/README.md +++ b/README.md @@ -192,4 +192,4 @@ Please visit [Apache Sedona website](http://sedona.apache.org/) for detailed inf The Apache Software Foundation -# temp change + From 7bea23f0c3e2c714a19e186331e768844fd3ea08 Mon Sep 17 00:00:00 2001 From: Subham Sangwan Date: Sun, 27 Jul 2025 10:02:24 +0530 Subject: [PATCH 03/19] fix: clean up license headers in shell scripts and ignore embedded airflow repo --- .gitignore | 2 ++ .pre-commit-config.yaml | 13 +++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2d41b573d0b..29591f77fb4 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,5 @@ __pycache__ dependency-reduced-pom.xml target +airflow/ +airflow/ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c4e772e952..d683943b183 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -70,6 +70,15 @@ repos: - --license-filepath - .github/workflows/license-templates/LICENSE.txt - --fuzzy-match-generates-todo + - id: insert-license + name: add license for all Shell files + files: \.sh$ + args: + - --comment-style + - '|#|' + - --license-filepath + - .github/workflows/license-templates/LICENSE.txt + - --fuzzy-match-generates-todo - id: insert-license name: add license for all Markdown files files: \.md$ @@ -155,7 +164,7 @@ repos: name: run black-jupyter description: format Python files and Jupyter Notebooks with black - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v20.1.7 + rev: v20.1.8 hooks: - id: clang-format name: run clang-format @@ -179,7 +188,7 @@ repos: args: [--ignore-words=.github/linters/codespell.txt] exclude: ^docs/image|^spark/common/src/test/resources|^docs/usecases|^tools/maven/scalafmt|osmpbf/build|^docker/zeppelin - repo: https://github.com/gitleaks/gitleaks - rev: v8.27.2 + rev: v8.28.0 hooks: - id: gitleaks name: run gitleaks From 69c8bdedbce3ab126c3dba372d17bbe0112dbfb9 Mon Sep 17 00:00:00 2001 From: Subham Sangwan Date: Sun, 27 Jul 2025 13:55:46 +0530 Subject: [PATCH 04/19] Fix shell script shebang and license headers --- README.md | 1 - docker/install-sedona.sh | 1 - docker/install-spark.sh | 1 - 3 files changed, 3 deletions(-) diff --git a/README.md b/README.md index 9a4da8c8e36..1a02f5591ea 100644 --- a/README.md +++ b/README.md @@ -192,4 +192,3 @@ Please visit [Apache Sedona website](http://sedona.apache.org/) for detailed inf The Apache Software Foundation - diff --git a/docker/install-sedona.sh b/docker/install-sedona.sh index fec6184bbc3..643996d1416 100755 --- a/docker/install-sedona.sh +++ b/docker/install-sedona.sh @@ -1,5 +1,4 @@ #!/bin/bash - # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. diff --git a/docker/install-spark.sh b/docker/install-spark.sh index ed4a077a2e7..77379aa85ae 100755 --- a/docker/install-spark.sh +++ b/docker/install-spark.sh @@ -1,5 +1,4 @@ #!/bin/bash - # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. From ef0150b74b4828ef9cd92d6a3a808a8a82971cc3 Mon Sep 17 00:00:00 2001 From: Subham Date: Mon, 28 Jul 2025 22:58:52 +0530 Subject: [PATCH 05/19] Update .gitignore Co-authored-by: John Bampton --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 29591f77fb4..2d41b573d0b 100644 --- a/.gitignore +++ b/.gitignore @@ -37,5 +37,3 @@ __pycache__ dependency-reduced-pom.xml target -airflow/ -airflow/ From dca0d4c267490b67e6043b0c08c408d68182f379 Mon Sep 17 00:00:00 2001 From: Subham Date: Tue, 29 Jul 2025 19:48:53 +0530 Subject: [PATCH 06/19] Update build.sh --- docker/build.sh | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/docker/build.sh b/docker/build.sh index 0f5aac67197..324688e2493 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -1,20 +1,21 @@ #!/bin/bash - -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 # -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 + +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. # SPARK_VERSION=$1 From a07d1fc14b576ee4eaea5c5ad7f39cb1c0953ce4 Mon Sep 17 00:00:00 2001 From: Subham Date: Tue, 29 Jul 2025 19:49:41 +0530 Subject: [PATCH 07/19] Update install-sedona.sh --- docker/install-sedona.sh | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/docker/install-sedona.sh b/docker/install-sedona.sh index 643996d1416..eea73116c2a 100755 --- a/docker/install-sedona.sh +++ b/docker/install-sedona.sh @@ -1,18 +1,20 @@ #!/bin/bash -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 + +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. set -e From e33f9b48e73dad23bba9a9283ebb092416675df5 Mon Sep 17 00:00:00 2001 From: Subham Date: Tue, 29 Jul 2025 19:50:01 +0530 Subject: [PATCH 08/19] Update install-spark.sh --- docker/install-spark.sh | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/docker/install-spark.sh b/docker/install-spark.sh index 77379aa85ae..8f9a1323a5c 100755 --- a/docker/install-spark.sh +++ b/docker/install-spark.sh @@ -1,18 +1,20 @@ #!/bin/bash -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 + +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. set -e From 07d03a09a34743ecda6c4d8059db9346a332c3cb Mon Sep 17 00:00:00 2001 From: Subham Date: Tue, 29 Jul 2025 19:50:37 +0530 Subject: [PATCH 09/19] Update install-zeppelin.sh --- docker/install-zeppelin.sh | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/docker/install-zeppelin.sh b/docker/install-zeppelin.sh index 20dfe4078dd..a5610bd2ba4 100755 --- a/docker/install-zeppelin.sh +++ b/docker/install-zeppelin.sh @@ -1,19 +1,23 @@ #!/bin/bash - -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 # -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 + +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + set -e # Define Zeppelin version and target directory From f3f92ac8315afad04e9fa0c1de9f9de9ec40a0e4 Mon Sep 17 00:00:00 2001 From: Subham Date: Tue, 29 Jul 2025 19:51:01 +0530 Subject: [PATCH 10/19] Update start.sh --- docker/start.sh | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/docker/start.sh b/docker/start.sh index c9beeaafe56..3b7188cbac7 100755 --- a/docker/start.sh +++ b/docker/start.sh @@ -1,19 +1,21 @@ #!/usr/bin/env bash -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 + +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. DRIVER_MEM=${DRIVER_MEM:-4g} EXECUTOR_MEM=${EXECUTOR_MEM:-4g} From 0b849361c5e2af4763dde721529c4c05130da06a Mon Sep 17 00:00:00 2001 From: Subham Date: Tue, 29 Jul 2025 19:51:48 +0530 Subject: [PATCH 11/19] Update start.sh --- docker/start.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/start.sh b/docker/start.sh index 3b7188cbac7..edf98ed1e4b 100755 --- a/docker/start.sh +++ b/docker/start.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash - # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information From 5391893f9d8ae55051758a4c1054273efc9c8288 Mon Sep 17 00:00:00 2001 From: Subham Date: Tue, 29 Jul 2025 19:52:10 +0530 Subject: [PATCH 12/19] Update build_wheel.sh --- python/build_wheel.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/python/build_wheel.sh b/python/build_wheel.sh index e5658255f9c..6f37b817166 100755 --- a/python/build_wheel.sh +++ b/python/build_wheel.sh @@ -1,5 +1,4 @@ #!/bin/bash - # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information From 3520ee159ccce15efcf0e0baa3270e7b42fe1bac Mon Sep 17 00:00:00 2001 From: Subham Date: Tue, 29 Jul 2025 19:53:00 +0530 Subject: [PATCH 13/19] Update install-sedona.sh From ece2cf7577f8eb3e00177556b189896d2e9c9123 Mon Sep 17 00:00:00 2001 From: Subham Date: Tue, 29 Jul 2025 19:53:17 +0530 Subject: [PATCH 14/19] Update install-zeppelin.sh From 4d428ec1125b5ca54d222bcc0ed88ae329e0c6ca Mon Sep 17 00:00:00 2001 From: Subham Date: Tue, 29 Jul 2025 19:53:48 +0530 Subject: [PATCH 15/19] Update install_r_deps.sh --- .github/workflows/scripts/install_r_deps.sh | 31 +++++++++++---------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/.github/workflows/scripts/install_r_deps.sh b/.github/workflows/scripts/install_r_deps.sh index 9d09f0ebb26..0bbb2d089bb 100755 --- a/.github/workflows/scripts/install_r_deps.sh +++ b/.github/workflows/scripts/install_r_deps.sh @@ -1,20 +1,21 @@ #!/bin/bash - -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 # -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 + +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. # set -efux -o pipefail From 05d775e28c07bd308a426135342a0fa61d86fd80 Mon Sep 17 00:00:00 2001 From: Subham Date: Tue, 29 Jul 2025 19:54:12 +0530 Subject: [PATCH 16/19] Update update-zeppelin-interpreter.sh --- .../zeppelin/update-zeppelin-interpreter.sh | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/docker/zeppelin/update-zeppelin-interpreter.sh b/docker/zeppelin/update-zeppelin-interpreter.sh index 2ae33720138..5bc55fafb2b 100755 --- a/docker/zeppelin/update-zeppelin-interpreter.sh +++ b/docker/zeppelin/update-zeppelin-interpreter.sh @@ -1,20 +1,21 @@ #!/bin/sh - -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 # -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 + +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. # apt-get install -y jq From 45c8184ecf9652a5874bfd7e36804a6cd1cda776 Mon Sep 17 00:00:00 2001 From: Subham Date: Tue, 29 Jul 2025 19:55:42 +0530 Subject: [PATCH 17/19] Update prepare_sparklyr_sedona_test_env.sh --- .../prepare_sparklyr_sedona_test_env.sh | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/.github/workflows/scripts/prepare_sparklyr_sedona_test_env.sh b/.github/workflows/scripts/prepare_sparklyr_sedona_test_env.sh index 0f98ef9921b..6964f7e2b56 100755 --- a/.github/workflows/scripts/prepare_sparklyr_sedona_test_env.sh +++ b/.github/workflows/scripts/prepare_sparklyr_sedona_test_env.sh @@ -1,20 +1,21 @@ #!/bin/bash - -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 # -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 + +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. # sedona_jar_files () { From c1cd942ac7dcd904f71f426ae82ccae29c3fc886 Mon Sep 17 00:00:00 2001 From: Subham Date: Tue, 29 Jul 2025 22:57:09 +0530 Subject: [PATCH 18/19] Update install-zeppelin.sh --- docker/install-zeppelin.sh | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/docker/install-zeppelin.sh b/docker/install-zeppelin.sh index a5610bd2ba4..f700667cf1b 100755 --- a/docker/install-zeppelin.sh +++ b/docker/install-zeppelin.sh @@ -1,22 +1,20 @@ #!/bin/bash -# # Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file +# or more contributor license agreements. See the NOTICE file # distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file +# regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at - -# http://www.apache.org/licenses/LICENSE-2.0 - +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the +# KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -# set -e From ef9ad2fb0ad2edfb33f328c2ece0bc00a949da77 Mon Sep 17 00:00:00 2001 From: Subham Date: Tue, 21 Oct 2025 08:54:16 +0530 Subject: [PATCH 19/19] Remove GeoTools jar download step Remove GeoTools jar download from install script --- docker/install-sedona.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/install-sedona.sh b/docker/install-sedona.sh index eea73116c2a..f849980cce0 100755 --- a/docker/install-sedona.sh +++ b/docker/install-sedona.sh @@ -50,5 +50,4 @@ curl --retry 5 --retry-delay 10 --retry-connrefused https://repo1.maven.org/mave # Install Spark extension Python pip3 install pyspark-extension=="${spark_extension_version}"."${spark_compat_version}" -# Download GeoTools jar curl --retry 5 --retry-delay 10 --retry-connrefused https://repo1.maven.org/maven2/org/datasyslab/geotools-wrapper/"${geotools_wrapper_version}"/geotools-wrapper-"${geotools_wrapper_version}".jar -o "$SPARK_HOME"/jars/geotools-wrapper-"${geotools_wrapper_version}".jar