Description
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>
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)
Attachments
Attachments
Issue Links
- is related to
-
HIVE-11468 Vectorize: Struct IN() clauses
-
- Closed
-
-
HIVE-11461 Transform flat AND/OR into IN struct clause
-
- Closed
-
- relates to
-
HIVE-11594 Analyze Table For Columns cannot handle columns with embedded spaces
-
- Closed
-