You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2015/08/06 00:36:05 UTC

[jira] [Updated] (HIVE-11476) TypeInfoParser cannot handle column names with spaces in them

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

Gopal V updated HIVE-11476:
---------------------------
    Attachment: HIVE-11476.1.patch

> TypeInfoParser cannot handle column names with spaces in them
> -------------------------------------------------------------
>
>                 Key: HIVE-11476
>                 URL: https://issues.apache.org/jira/browse/HIVE-11476
>             Project: Hive
>          Issue Type: Bug
>          Components: Types
>    Affects Versions: 1.3.0, 2.0.0
>            Reporter: Gopal V
>            Assignee: Gopal V
>            Priority: Minor
>         Attachments: HIVE-11476.1.patch
>
>
> When using column names which contain escaped spaces in them like `user id`, the type info parser is unable to parse out the structures which have a format similar to 
> struct<user id:int,user group: int>
> {code}
> java.lang.IllegalArgumentException: Error: : expected at the position 12 of '' but 'struct<user id:int,user group: int>' is found.
>         at org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils$TypeInfoParser.expect(TypeInfoUtils.java:360)
> {code}



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