Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.10.0
Description
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.