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

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


The following commit(s) were added to refs/heads/release-process by this push:
     new b66096448b Remove Scala 2.12 compilation steps for Spark 4.0
b66096448b is described below

commit b66096448bb37dc08fa48f28fb66717310a1f51c
Author: Jia Yu <[email protected]>
AuthorDate: Mon Sep 8 01:09:58 2025 -0700

    Remove Scala 2.12 compilation steps for Spark 4.0
    
    Removed compilation steps for Scala 2.12.
---
 docs/community/publish.md | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/docs/community/publish.md b/docs/community/publish.md
index 3b691d175d..91e489c0ff 100644
--- a/docs/community/publish.md
+++ b/docs/community/publish.md
@@ -386,10 +386,6 @@ JAVA_VERSION=$(get_java_version "4.0")
 MVN_WRAPPER=$(create_mvn_wrapper $JAVA_VERSION)
 verify_java_version $MVN_WRAPPER $JAVA_VERSION
 
-echo "Compiling for Spark 4.0 with Scala 2.12 using Java $JAVA_VERSION..."
-cd apache-sedona-${SEDONA_VERSION}-src && $MVN_WRAPPER -q clean install 
-DskipTests -Dspark=4.0 -Dscala=2.12 && cd ..
-cp 
apache-sedona-${SEDONA_VERSION}-src/spark-shaded/target/sedona-*${SEDONA_VERSION}.jar
 apache-sedona-${SEDONA_VERSION}-bin/
-
 echo "Compiling for Spark 4.0 with Scala 2.13 using Java $JAVA_VERSION..."
 cd apache-sedona-${SEDONA_VERSION}-src && $MVN_WRAPPER -q clean install 
-DskipTests -Dspark=4.0 -Dscala=2.13 && cd ..
 cp 
apache-sedona-${SEDONA_VERSION}-src/spark-shaded/target/sedona-*${SEDONA_VERSION}.jar
 apache-sedona-${SEDONA_VERSION}-bin/

Reply via email to