liu ming created TRAFODION-2133:
-----------------------------------

             Summary: 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


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)

Reply via email to