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

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ae692fb03 chore: remove tabs and indent code (#2033)
7ae692fb03 is described below

commit 7ae692fb03d9abb8fb057059f06778ff36775183
Author: John Bampton <jbamp...@users.noreply.github.com>
AuthorDate: Wed Jul 2 12:32:31 2025 +1000

    chore: remove tabs and indent code (#2033)
---
 docker/install-sedona.sh | 20 ++++++++++----------
 flink/pom.xml            | 10 +++++-----
 spark/pom.xml            | 10 +++++-----
 3 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/docker/install-sedona.sh b/docker/install-sedona.sh
index 591ce50a01..fec6184bbc 100755
--- a/docker/install-sedona.sh
+++ b/docker/install-sedona.sh
@@ -26,21 +26,21 @@ spark_extension_version=$4
 spark_compat_version=${spark_version:0:3}
 sedona_spark_version=${spark_compat_version}
 if [ "${spark_version:0:1}" -eq "3" ] && [ "${spark_version:2:1}" -le "3" ]; 
then
-    # 3.0, 3.1, 3.2, 3.3
-    sedona_spark_version=3.0
+  # 3.0, 3.1, 3.2, 3.3
+  sedona_spark_version=3.0
 fi
 
 if [ "$sedona_version" = "latest" ]; then
-    # Code to execute when SEDONA_VERSION is "latest"
-    cp "${SEDONA_HOME}"/spark-shaded/target/sedona-spark-shaded-*.jar 
"${SPARK_HOME}"/jars/
-       cd "${SEDONA_HOME}"/python;pip3 install .
+  # Code to execute when SEDONA_VERSION is "latest"
+  cp "${SEDONA_HOME}"/spark-shaded/target/sedona-spark-shaded-*.jar 
"${SPARK_HOME}"/jars/
+  cd "${SEDONA_HOME}"/python;pip3 install .
 else
-    # Code to execute when SEDONA_VERSION is not "latest"
-    # Download Sedona
-       curl --retry 5 --retry-delay 10 --retry-connrefused 
https://repo1.maven.org/maven2/org/apache/sedona/sedona-spark-shaded-"${sedona_spark_version}"_2.12/"${sedona_version}"/sedona-spark-shaded-"${sedona_spark_version}"_2.12-"${sedona_version}".jar
 -o 
"$SPARK_HOME"/jars/sedona-spark-shaded-"${sedona_spark_version}"_2.12-"${sedona_version}".jar
+  # Code to execute when SEDONA_VERSION is not "latest"
+  # Download Sedona
+  curl --retry 5 --retry-delay 10 --retry-connrefused 
https://repo1.maven.org/maven2/org/apache/sedona/sedona-spark-shaded-"${sedona_spark_version}"_2.12/"${sedona_version}"/sedona-spark-shaded-"${sedona_spark_version}"_2.12-"${sedona_version}".jar
 -o 
"$SPARK_HOME"/jars/sedona-spark-shaded-"${sedona_spark_version}"_2.12-"${sedona_version}".jar
 
-       # Install Sedona Python
-       pip3 install apache-sedona=="${sedona_version}"
+  # Install Sedona Python
+  pip3 install apache-sedona=="${sedona_version}"
 fi
 
 # Download gresearch spark extension
diff --git a/flink/pom.xml b/flink/pom.xml
index f585b285c4..4255fecff3 100644
--- a/flink/pom.xml
+++ b/flink/pom.xml
@@ -18,19 +18,19 @@
   -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-       <modelVersion>4.0.0</modelVersion>
+    <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.sedona</groupId>
         <artifactId>sedona-parent</artifactId>
         <version>1.8.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-       <artifactId>sedona-flink_${scala.compat.version}</artifactId>
+    <artifactId>sedona-flink_${scala.compat.version}</artifactId>
 
-       <name>${project.groupId}:${project.artifactId}</name>
-       <description>A cluster computing system for processing large-scale 
spatial data: Streaming API for Apache Flink.</description>
+    <name>${project.groupId}:${project.artifactId}</name>
+    <description>A cluster computing system for processing large-scale spatial 
data: Streaming API for Apache Flink.</description>
     <url>http://sedona.apache.org/</url>
-       <packaging>jar</packaging>
+    <packaging>jar</packaging>
 
     <properties>
         <maven.deploy.skip>${skip.deploy.common.modules}</maven.deploy.skip>
diff --git a/spark/pom.xml b/spark/pom.xml
index 1a3bbe69c9..3242854aba 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -18,19 +18,19 @@
   -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-       <modelVersion>4.0.0</modelVersion>
+    <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.sedona</groupId>
         <artifactId>sedona-parent</artifactId>
         <version>1.8.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-       
<artifactId>sedona-spark-parent-${spark.compat.version}_${scala.compat.version}</artifactId>
+    
<artifactId>sedona-spark-parent-${spark.compat.version}_${scala.compat.version}</artifactId>
 
-       <name>${project.groupId}:${project.artifactId}</name>
-       <description>A cluster computing system for processing large-scale 
spatial data: Parent module for SQL API.</description>
+    <name>${project.groupId}:${project.artifactId}</name>
+    <description>A cluster computing system for processing large-scale spatial 
data: Parent module for SQL API.</description>
     <url>http://sedona.apache.org/</url>
-       <packaging>pom</packaging>
+    <packaging>pom</packaging>
 
     <properties>
         <maven.deploy.skip>false</maven.deploy.skip>

Reply via email to