[ https://issues.apache.org/jira/browse/HIVE-3679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13548199#comment-13548199 ]
Hudson commented on HIVE-3679: ------------------------------ Integrated in Hive-trunk-hadoop2 #54 (See [https://builds.apache.org/job/Hive-trunk-hadoop2/54/]) Remove extra files accidentally committed with HIVE-3679. (kevinwilfong) (Revision 1411592) HIVE-3679. Unescape partition names returned by show partitions. (Wonho Kim via kevinwilfong) (Revision 1411521) Result = ABORTED kevinwilfong : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1411592 Files : * /hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java * /hive/trunk/common/src/java/org/apache/hadoop/hive/conf/LoopingByteArrayInputStream.java kevinwilfong : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1411521 Files : * /hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java * /hive/trunk/common/src/java/org/apache/hadoop/hive/conf/LoopingByteArrayInputStream.java * /hive/trunk/conf/hive-default.xml.template * /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/metadata/formatting/TextMetaDataFormatter.java * /hive/trunk/ql/src/test/queries/clientpositive/partition_decode_name.q * /hive/trunk/ql/src/test/results/clientpositive/partition_decode_name.q.out > Unescape partition names returned by show partitions > ---------------------------------------------------- > > Key: HIVE-3679 > URL: https://issues.apache.org/jira/browse/HIVE-3679 > Project: Hive > Issue Type: Task > Components: Configuration, Query Processor > Affects Versions: 0.10.0 > Reporter: Wonho Kim > Assignee: Wonho Kim > Priority: Minor > Labels: features > Fix For: 0.10.0 > > Attachments: HIVE-3679.1.patch.txt > > > 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. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira