[
https://issues.apache.org/jira/browse/HIVE-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Namit Jain updated HIVE-1912:
-----------------------------
Resolution: Fixed
Hadoop Flags: [Reviewed]
Status: Resolved (was: Patch Available)
Committed. Thanks Ning
> 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
> Attachments: HIVE-1912.patch
>
>
> 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.