You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Jinho Kim (JIRA)" <ji...@apache.org> on 2013/10/21 18:30:42 UTC

[jira] [Assigned] (TAJO-270) Boolean datum compatible to apache hive

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

Jinho Kim reassigned TAJO-270:
------------------------------

    Assignee: Jinho Kim

> Boolean datum compatible to apache hive
> ---------------------------------------
>
>                 Key: TAJO-270
>                 URL: https://issues.apache.org/jira/browse/TAJO-270
>             Project: Tajo
>          Issue Type: Improvement
>            Reporter: Jinho Kim
>            Assignee: Jinho Kim
>
> 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)