Double escaping special chars when removing old partitions in rmr
-----------------------------------------------------------------
Key: HIVE-1912
URL: https://issues.apache.org/jira/browse/HIVE-1912
Project: Hive
Issue Type: Bug
Reporter: Ning Zhang
Assignee: Ning Zhang
If a partition column value contains special characters such as ':', it will be
escaped to '%3A' in the partition path. However in
FsShell.rmr(oldPath.toUri().toString()), toUri() will double escape '%' to
'%25'. This will make the removal fail.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.