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

2016-12-23 Thread liu ming (JIRA)

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

liu ming commented on TRAFODION-2133:
-

already fixed by some other code refactor effort. Close now.

> 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)


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

2016-07-29 Thread liu ming (JIRA)

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

liu ming commented on TRAFODION-2133:
-

This is a good JIRA candidate for beginners. 

> 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
>  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)