GitHub user jackylk opened a pull request:
https://github.com/apache/carbondata/pull/1458
[CARBONDATA-1663] Decouple spark and core modules
carbon-core, carbon-processing and carbon-hadoop modules should not depend
on spark.
This PR decouples this dependency
- [X] Any interfaces changed?
No
- [X] Any backward compatibility impacted?
No
- [X] Document update required?
No
- [X] Testing done
run all existing testcase
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jackylk/incubator-carbondata
decouple_spark_in_core
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1458.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1458
----
commit b3f8586213b874a0270b6a20328c2d8f0f88ef09
Author: Jacky Li <[email protected]>
Date: 2017-10-31T17:32:35Z
add scale and precision in DecimalType
commit d68b1a920cec9a35ca8c46a125d2c8a10ebfe536
Author: Jacky Li <[email protected]>
Date: 2017-10-31T17:37:27Z
add complex type
commit c7898f3f858e82e58d38561dcee4c13cb90e023d
Author: Jacky Li <[email protected]>
Date: 2017-10-27T14:31:07Z
remove spark dependency in core, processing, hadoop module
----
---