Skip to content

Commit

Permalink
[WIP] Optimize geo module, the feature seems less be used
Browse files Browse the repository at this point in the history
  • Loading branch information
chenliang613 committed Apr 6, 2024
1 parent 74e6e93 commit 71abab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integration/spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<!-- <dependency>
<groupId>org.apache.carbondata</groupId>
<artifactId>carbondata-geo</artifactId>
<version>${project.version}</version>
Expand All @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 71abab0

Please sign in to comment.