GitHub user xubo245 opened a pull request:
https://github.com/apache/carbondata/pull/1362
[CARBONDATA-1444]Support boolean
CarbonData should support boolean data type in following aspects:
1. create table
2.insert into table values and select
3.load data
4.filter
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xubo245/carbondata supportBoolean
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1362.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 #1362
----
commit 581288d82c53247e4f68e37d638bfe7cc7fb7ded
Author: xubo245 <[email protected]>
Date: 2017-09-15T15:42:44Z
support Boolean data type
commit e7d279a41f6e58b6640f828d9fcb1c9962097cb8
Author: xubo245 <[email protected]>
Date: 2017-09-17T07:57:40Z
fix findbugs
commit 6e8f5da599038649b22a1866425941f706650135
Author: xubo245 <[email protected]>
Date: 2017-09-17T10:01:06Z
add test case
----
---