Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.0, 2.0.0
-
None
-
Analyze Table for column names with embedded spaces
Description
create temporary table events(`user id` bigint, `user name` string); explain analyze table events compute statistics for columns `user id`; FAILED: SemanticException [Error 30009]: Encountered parse error while parsing rewritten query
Attachments
Attachments
Issue Links
- is related to
-
HIVE-11476 TypeInfoParser cannot handle column names with spaces in them
- Closed