GitHub user jackylk opened a pull request:
https://github.com/apache/carbondata/pull/1402 [WIP] Change data type from enum to class
WIP.
DataType should be java class instead of enum, to hold more information for decimal and complex type. And it is needed to decouple carbon core and spark.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/jackylk/incubator-carbondata datatype
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1402.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1402
----
commit 7745a86607a6d12842ee4f76e4d387385fca1bdb
Author: Jacky Li <
[hidden email]>
Date: 2017-10-08T02:51:10Z
change data type to class
----
---