GitHub user jackylk opened a pull request:
https://github.com/apache/carbondata/pull/2229 [HOTFIX] Remove carbon-spark2 dependency in carbon-bloom
carbon-bloom module should not depend on carbon-spark2 module.
Moved testcase to spark2 module and add carbon-bloom dependency in carbon-spark2 pom for test scope.
- [X] Any interfaces changed?
No
- [X] Any backward compatibility impacted?
No
- [X] Document update required?
No
- [X] Testing done
NA
- [X] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
NA
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/jackylk/incubator-carbondata bloom-dep
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2229.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2229
----
commit c1de825a6a0ff220c657e2ff73c60e72953567d3
Author: Jacky Li <jacky.likun@...>
Date: 2018-04-26T06:31:09Z
remove spark2 dependency in bloom
----
---