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 167bff7b75 [DOCS] `enable-all-submodules` should exclude the base
Spark module to avoid duplicate
167bff7b75 is described below
commit 167bff7b758010a8057236d752029f772e2768d2
Author: Jia Yu <[email protected]>
AuthorDate: Mon Nov 25 17:39:55 2024 -0800
[DOCS] `enable-all-submodules` should exclude the base Spark module to
avoid duplicate
---
spark/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/spark/pom.xml b/spark/pom.xml
index 88e74fc877..ac7750a2c5 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -48,7 +48,6 @@
<profile>
<id>enable-all-submodules</id>
<modules>
- <module>spark-3.3</module>
<module>spark-3.4</module>
<module>spark-3.5</module>
</modules>