[
https://issues.apache.org/jira/browse/TRAFODION-2133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on TRAFODION-2133 started by 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)