Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C9AFBD424 for ; Tue, 20 Nov 2012 18:36:58 +0000 (UTC) Received: (qmail 48850 invoked by uid 500); 20 Nov 2012 18:36:58 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 48804 invoked by uid 500); 20 Nov 2012 18:36:58 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 48795 invoked by uid 500); 20 Nov 2012 18:36:58 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 48792 invoked by uid 99); 20 Nov 2012 18:36:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2012 18:36:58 +0000 Date: Tue, 20 Nov 2012 18:36:58 +0000 (UTC) From: "Hudson (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <144930216.8085.1353436618329.JavaMail.jiratomcat@arcas> In-Reply-To: <222040479.77797.1352245212713.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HIVE-3679) Unescape partition names returned by show partitions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-3679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13501360#comment-13501360 ] Hudson commented on HIVE-3679: ------------------------------ Integrated in Hive-trunk-h0.21 #1808 (See [https://builds.apache.org/job/Hive-trunk-h0.21/1808/]) Remove extra files accidentally committed with HIVE-3679. (kevinwilfong) (Revision 1411592) Result = FAILURE 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 > 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