You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "liu ming (JIRA)" <ji...@apache.org> on 2016/12/04 14:42:59 UTC

[jira] [Assigned] (TRAFODION-2133) support Hive native data type CHAR

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

liu ming reassigned TRAFODION-2133:
-----------------------------------

    Assignee: liu ming

> support Hive native data type CHAR
> ----------------------------------
>
>                 Key: TRAFODION-2133
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2133
>             Project: Apache Trafodion
>          Issue Type: Sub-task
>          Components: sql-cmp, sql-general
>            Reporter: liu ming
>            Assignee: liu ming
>              Labels: newbie
>
> This JIRA is not too complex, so a good beginner's JIRA.
> support CHAR data type from Hive DDL.
> create table tbl_char
> {
>   c1 char(10),
>   c2  char(20)
> };
> in hive, and insert some value, it should be able to read from Trafodion via sqlci:
> select * from hive.hive.tbl_char



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)