Skip to content

Commit 71abab0

Browse files
committed
[WIP] Optimize geo module, the feature seems less be used
1 parent 74e6e93 commit 71abab0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

integration/spark/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
</exclusion>
146146
</exclusions>
147147
</dependency>
148-
<dependency>
148+
<!-- <dependency>
149149
<groupId>org.apache.carbondata</groupId>
150150
<artifactId>carbondata-geo</artifactId>
151151
<version>${project.version}</version>
@@ -155,7 +155,7 @@
155155
<artifactId>hive-exec</artifactId>
156156
</exclusion>
157157
</exclusions>
158-
</dependency>
158+
</dependency> -->
159159
<dependency>
160160
<groupId>org.apache.carbondata</groupId>
161161
<artifactId>carbondata-streaming_${spark.binary.version}</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<module>index/lucene</module>
106106
<module>index/examples</module>
107107
<module>streaming</module>
108-
<module>geo</module>
108+
<!-- <module>geo</module> -->
109109
<module>integration/spark</module>
110110
<module>integration/hive</module>
111111
<module>integration/flink</module>

0 commit comments

Comments
 (0)