Skip to content

Commit

Permalink
Revert "[WIP] Optimize geo module, the feature seems less be used"
Browse files Browse the repository at this point in the history
This reverts commit 71abab0.
  • Loading branch information
kevinjmh committed Sep 29, 2024
1 parent ac443a9 commit fb3b4a3
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 fb3b4a3

Please sign in to comment.