[
https://issues.apache.org/jira/browse/TAJO-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jinho Kim updated TAJO-270:
---------------------------
Resolution: Fixed
Fix Version/s: 0.3-incubating
0.2-incubating
Status: Resolved (was: Patch Available)
Committed to master and branch-0.2.
> Boolean datum compatible to apache hive
> ---------------------------------------
>
> Key: TAJO-270
> URL: https://issues.apache.org/jira/browse/TAJO-270
> Project: Tajo
> Issue Type: Improvement
> Affects Versions: 0.2-incubating
> Reporter: Jinho Kim
> Assignee: Jinho Kim
> Fix For: 0.2-incubating, 0.3-incubating
>
> Attachments: TAJO-270.patch
>
>
> In the current implementation, boolean datum is not compatible to apache hive.
> * sample data
> {code}
> 1
> t
> true
> {code}
> * Hive CLI
> {code}
> hive> select * from bool_test;
> OK
> NULL
> NULL
> true
> {code}
--
This message was sent by Atlassian JIRA
(v6.1#6144)