This is an automated email from the ASF dual-hosted git repository.
chenliang613 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git
The following commit(s) were added to refs/heads/master by this push:
new 71abab0f16 [WIP] Optimize geo module, the feature seems less be used
71abab0f16 is described below
commit 71abab0f168f569674a9aa78e2ed2af35a2f5d18
Author: chenliang613 <[email protected]>
AuthorDate: Sat Apr 6 09:35:25 2024 +0200
[WIP] Optimize geo module, the feature seems less be used
---
integration/spark/pom.xml | 4 ++--
pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/integration/spark/pom.xml b/integration/spark/pom.xml
index 1c6eb38567..0c3b9d9d74 100644
--- a/integration/spark/pom.xml
+++ b/integration/spark/pom.xml
@@ -145,7 +145,7 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
+ <!-- <dependency>
<groupId>org.apache.carbondata</groupId>
<artifactId>carbondata-geo</artifactId>
<version>${project.version}</version>
@@ -155,7 +155,7 @@
<artifactId>hive-exec</artifactId>
</exclusion>
</exclusions>
- </dependency>
+ </dependency> -->
<dependency>
<groupId>org.apache.carbondata</groupId>
<artifactId>carbondata-streaming_${spark.binary.version}</artifactId>
diff --git a/pom.xml b/pom.xml
index 873f40c860..804b0c8f2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
<module>index/lucene</module>
<module>index/examples</module>
<module>streaming</module>
- <module>geo</module>
+ <!-- <module>geo</module> -->
<module>integration/spark</module>
<module>integration/hive</module>
<module>integration/flink</module>