-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.10.0
-
Component/s: Configuration, Query Processor
-
Release Note:
The partition names returned by the SHOW PARTITIONS call in Hive contain escape sequences from the metastore.
ex) SHOW PARTITIONS XXX;
returns partition names like
...ts=2012-02-02+17%3A12%3A43...where %3A is ':'
Hive should unescape escape sequences like that before returning the partition names unless it is configured to return the URL encoded partition name.