Chaoyu Tang created HIVE-13748:
----------------------------------
Summary: TypeInfoParser cannot handle the dash in the field name
of a complex type
Key: HIVE-13748
URL: https://issues.apache.org/jira/browse/HIVE-13748
Project: Hive
Issue Type: Bug
Reporter: Chaoyu Tang
Assignee: Chaoyu Tang
Priority: Minor
hive> create table y(col struct<`a-b`:double> COMMENT 'type field has a dash');
FAILED: Execution Error, return code 1 from
org.apache.hadoop.hive.ql.exec.DDLTask. java.lang.IllegalArgumentException:
Error: : expected at the position 8 of 'struct<a-b:double>' but '-' is found.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)