Jagruti Varia created HIVE-10679:
------------------------------------

             Summary: JsonSerde ignores varchar and char size limit specified 
during table creation
                 Key: HIVE-10679
                 URL: https://issues.apache.org/jira/browse/HIVE-10679
             Project: Hive
          Issue Type: Bug
            Reporter: Jagruti Varia
            Assignee: Jason Dere


JsonSerde ignores varchar and char size limit specified during table creation 
and always creates varchar or char column with max length.

steps to reproduce the issue:
{noformat}
create table jsonserde_1 (v varchar(50), c char(50)) row format serde 
'org.apache.hive.hcatalog.data.JsonSerDe';
desc jsonserde_1;
OK
v                       varchar(65535)          from deserializer   
c                       char(255)               from deserializer   
Time taken: 0.468 seconds, Fetched: 2 row(s)
{noformat}




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

Reply via email to