You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "xubo245 (JIRA)" <ji...@apache.org> on 2017/09/28 03:05:00 UTC

[jira] [Updated] (CARBONDATA-1444) CarbonData unsupport Boolean data type

     [ https://issues.apache.org/jira/browse/CARBONDATA-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

xubo245 updated CARBONDATA-1444:
--------------------------------
    Summary: CarbonData unsupport Boolean data type  (was: CarbonData unsupport Boolean data type,)

> CarbonData unsupport Boolean data type
> --------------------------------------
>
>                 Key: CARBONDATA-1444
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1444
>             Project: CarbonData
>          Issue Type: Improvement
>          Components: sql
>    Affects Versions: 1.2.0
>            Reporter: xubo245
>            Assignee: xubo245
>            Priority: Minor
>             Fix For: 1.3.0
>
>   Original Estimate: 240h
>          Time Spent: 3h 50m
>  Remaining Estimate: 236h 10m
>
>   Spark/Hive table support Boolean data type, the internal table also should support Boolean data type.
>    Boolean data type Range: TRUE or FALSE. Do not use quotation marks around the TRUE and FALSE literal values. You can write the literal values in uppercase, lowercase, or mixed case. The values queried from a table are always returned in lowercase, true or false.
>     Boolean data type column can be added to dimension and use single-byte to store in carbon file.
>     CarbonData should support boolean data type in following aspects:
>       1. create table 
>        2.insert into table values and select
>        3.load data
>        4.filter



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)