Gopal V created HIVE-11594: ------------------------------ Summary: Analyze Table For Columns cannot handle columns with embedded spaces Key: HIVE-11594 URL: https://issues.apache.org/jira/browse/HIVE-11594 Project: Hive Issue Type: Bug Components: Statistics Reporter: Gopal V
{code} 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 {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)