[ https://issues.apache.org/jira/browse/HIVE-11594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14710646#comment-14710646 ]
Lefty Leverenz commented on HIVE-11594: --------------------------------------- Does this need documentation, or is it just considered a bug fix? If it needs doc, please add a TODOC1.3 label. * [StatsDev – Existing Tables – ANALYZE | https://cwiki.apache.org/confluence/display/Hive/StatsDev#StatsDev-ExistingTables–ANALYZE] * [StatsDev – Examples | https://cwiki.apache.org/confluence/display/Hive/StatsDev#StatsDev-Examples] > 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 > Affects Versions: 1.3.0, 2.0.0 > Reporter: Gopal V > Assignee: Gopal V > Fix For: 1.3.0, 2.0.0 > > Attachments: HIVE-11594.1.patch, HIVE-11594.2.patch > > > {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)