[
https://issues.apache.org/jira/browse/HIVE-12489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashutosh Chauhan updated HIVE-12489:
------------------------------------
Component/s: (was: Query Processor)
Statistics
> 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: Statistics
> 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
> Fix For: 2.0.0
>
> 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)