[ https://issues.apache.org/jira/browse/HIVE-12489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15022825#comment-15022825 ]
Thomas Friedrich commented on HIVE-12489: ----------------------------------------- [~ashutoshc], can you help to commit the change? Thank you. > Analyze for partition fails if partition value has special characters > --------------------------------------------------------------------- > > Key: HIVE-12489 > URL: https://issues.apache.org/jira/browse/HIVE-12489 > Project: Hive > Issue Type: Bug > Components: Query Processor > Affects Versions: 0.12.0, 0.13.0, 0.14.0, 1.0.0, 1.2.0, 1.1.0 > Reporter: Thomas Friedrich > Assignee: Thomas Friedrich > Priority: Minor > Attachments: HIVE-12489.patch > > > When analyzing a partition that has a special characters in the value, the > analyze command fails with an exception. > Example: > hive> create table testtable (a int) partitioned by (b string); > hive> insert into table testtable partition (b="p\"1") values (1); > hive> ANALYZE TABLE testtable PARTITION(b="p\"1") COMPUTE STATISTICS for > columns a; -- This message was sent by Atlassian JIRA (v6.3.4#6332)