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