Github user xuchuanyin commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2403#discussion_r199377946
--- Diff: datamap/bloom/pom.xml ---
@@ -23,6 +23,18 @@
<artifactId>carbondata-core</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.carbondata</groupId>
+ <artifactId>carbondata-processing</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <!--note: guava 14.0.1 is omitted during assembly.
+ The compile scope here is for building and running test-->
--- End diff --
Oh, this line is to be removed. It is used for guava-cache previously. will
fix it
---