You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Kevin Wilfong (Created) (JIRA)" <ji...@apache.org> on 2012/01/31 00:15:10 UTC

[jira] [Created] (HIVE-2762) Alter Table Partition Concatenate Fails On Certain Characters

Alter Table Partition Concatenate Fails On Certain Characters
-------------------------------------------------------------

                 Key: HIVE-2762
                 URL: https://issues.apache.org/jira/browse/HIVE-2762
             Project: Hive
          Issue Type: Bug
            Reporter: Kevin Wilfong
            Assignee: Kevin Wilfong


Alter table partition concatenate creates a Java URI object for the location of a partition.  If the partition name contains certain characters, such as } or space ' ', the object constructor fails, causing the query to fail. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2762) Alter Table Partition Concatenate Fails On Certain Characters

Posted by "Phabricator (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196536#comment-13196536 ] 

Phabricator commented on HIVE-2762:
-----------------------------------

kevinwilfong has commented on the revision "HIVE-2762 [jira] Alter Table Partition Concatenate Fails On Certain Characters".

  I'm not sure why escape2.q.out was considered a binary file by arcanist, but I attached a patch to the JIRA which includes the contents of that file.

REVISION DETAIL
  https://reviews.facebook.net/D1533

                
> Alter Table Partition Concatenate Fails On Certain Characters
> -------------------------------------------------------------
>
>                 Key: HIVE-2762
>                 URL: https://issues.apache.org/jira/browse/HIVE-2762
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Kevin Wilfong
>            Assignee: Kevin Wilfong
>         Attachments: HIVE-2762.1.patch.txt, HIVE-2762.D1533.1.patch, HIVE-2762.D1533.2.patch
>
>
> Alter table partition concatenate creates a Java URI object for the location of a partition.  If the partition name contains certain characters, such as } or space ' ', the object constructor fails, causing the query to fail. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2762) Alter Table Partition Concatenate Fails On Certain Characters

Posted by "Kevin Wilfong (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Wilfong updated HIVE-2762:
--------------------------------

    Status: Patch Available  (was: Open)
    
> Alter Table Partition Concatenate Fails On Certain Characters
> -------------------------------------------------------------
>
>                 Key: HIVE-2762
>                 URL: https://issues.apache.org/jira/browse/HIVE-2762
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Kevin Wilfong
>            Assignee: Kevin Wilfong
>         Attachments: HIVE-2762.1.patch.txt, HIVE-2762.D1533.1.patch, HIVE-2762.D1533.2.patch
>
>
> Alter table partition concatenate creates a Java URI object for the location of a partition.  If the partition name contains certain characters, such as } or space ' ', the object constructor fails, causing the query to fail. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2762) Alter Table Partition Concatenate Fails On Certain Characters

Posted by "Namit Jain (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198342#comment-13198342 ] 

Namit Jain commented on HIVE-2762:
----------------------------------

+1

Running tests
                
> Alter Table Partition Concatenate Fails On Certain Characters
> -------------------------------------------------------------
>
>                 Key: HIVE-2762
>                 URL: https://issues.apache.org/jira/browse/HIVE-2762
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Kevin Wilfong
>            Assignee: Kevin Wilfong
>         Attachments: HIVE-2762.1.patch.txt, HIVE-2762.2.patch.txt, HIVE-2762.D1533.1.patch, HIVE-2762.D1533.2.patch, HIVE-2762.D1533.3.patch
>
>
> Alter table partition concatenate creates a Java URI object for the location of a partition.  If the partition name contains certain characters, such as } or space ' ', the object constructor fails, causing the query to fail. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2762) Alter Table Partition Concatenate Fails On Certain Characters

Posted by "Phabricator (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198129#comment-13198129 ] 

Phabricator commented on HIVE-2762:
-----------------------------------

kevinwilfong has commented on the revision "HIVE-2762 [jira] Alter Table Partition Concatenate Fails On Certain Characters".

  If you open the patch in an editor that supports displaying those unprintable characters, you can see them in the file.

REVISION DETAIL
  https://reviews.facebook.net/D1533

                
> Alter Table Partition Concatenate Fails On Certain Characters
> -------------------------------------------------------------
>
>                 Key: HIVE-2762
>                 URL: https://issues.apache.org/jira/browse/HIVE-2762
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Kevin Wilfong
>            Assignee: Kevin Wilfong
>         Attachments: HIVE-2762.1.patch.txt, HIVE-2762.2.patch.txt, HIVE-2762.D1533.1.patch, HIVE-2762.D1533.2.patch, HIVE-2762.D1533.3.patch
>
>
> Alter table partition concatenate creates a Java URI object for the location of a partition.  If the partition name contains certain characters, such as } or space ' ', the object constructor fails, causing the query to fail. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2762) Alter Table Partition Concatenate Fails On Certain Characters

Posted by "Phabricator (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phabricator updated HIVE-2762:
------------------------------

    Attachment: HIVE-2762.D1533.2.patch

kevinwilfong updated the revision "HIVE-2762 [jira] Alter Table Partition Concatenate Fails On Certain Characters".
Reviewers: JIRA

  Missed a file in the last diff.

REVISION DETAIL
  https://reviews.facebook.net/D1533

AFFECTED FILES
  ql/src/test/results/clientpositive/escape2.q.out
  ql/src/test/queries/clientpositive/escape2.q
  ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java

                
> Alter Table Partition Concatenate Fails On Certain Characters
> -------------------------------------------------------------
>
>                 Key: HIVE-2762
>                 URL: https://issues.apache.org/jira/browse/HIVE-2762
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Kevin Wilfong
>            Assignee: Kevin Wilfong
>         Attachments: HIVE-2762.D1533.1.patch, HIVE-2762.D1533.2.patch
>
>
> Alter table partition concatenate creates a Java URI object for the location of a partition.  If the partition name contains certain characters, such as } or space ' ', the object constructor fails, causing the query to fail. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2762) Alter Table Partition Concatenate Fails On Certain Characters

Posted by "Phabricator (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phabricator updated HIVE-2762:
------------------------------

    Attachment: HIVE-2762.D1533.3.patch

kevinwilfong updated the revision "HIVE-2762 [jira] Alter Table Partition Concatenate Fails On Certain Characters".
Reviewers: JIRA, njain

  Those commands are not the same, they contain unprintable characters in this format.  I updated the test with comments indicating which ASCII characters those represent, and which ASCII characters are not represented in the test.  Those cases are already being escaped in the metastore, I just included them for the sake of completeness, or something close to it.

REVISION DETAIL
  https://reviews.facebook.net/D1533

AFFECTED FILES
  ql/src/test/results/clientpositive/escape2.q.out
  ql/src/test/queries/clientpositive/escape2.q
  ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java

                
> Alter Table Partition Concatenate Fails On Certain Characters
> -------------------------------------------------------------
>
>                 Key: HIVE-2762
>                 URL: https://issues.apache.org/jira/browse/HIVE-2762
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Kevin Wilfong
>            Assignee: Kevin Wilfong
>         Attachments: HIVE-2762.1.patch.txt, HIVE-2762.D1533.1.patch, HIVE-2762.D1533.2.patch, HIVE-2762.D1533.3.patch
>
>
> Alter table partition concatenate creates a Java URI object for the location of a partition.  If the partition name contains certain characters, such as } or space ' ', the object constructor fails, causing the query to fail. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2762) Alter Table Partition Concatenate Fails On Certain Characters

Posted by "Namit Jain (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Namit Jain updated HIVE-2762:
-----------------------------

    Status: Open  (was: Patch Available)
    
> Alter Table Partition Concatenate Fails On Certain Characters
> -------------------------------------------------------------
>
>                 Key: HIVE-2762
>                 URL: https://issues.apache.org/jira/browse/HIVE-2762
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Kevin Wilfong
>            Assignee: Kevin Wilfong
>         Attachments: HIVE-2762.1.patch.txt, HIVE-2762.D1533.1.patch, HIVE-2762.D1533.2.patch
>
>
> Alter table partition concatenate creates a Java URI object for the location of a partition.  If the partition name contains certain characters, such as } or space ' ', the object constructor fails, causing the query to fail. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2762) Alter Table Partition Concatenate Fails On Certain Characters

Posted by "Phabricator (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13197965#comment-13197965 ] 

Phabricator commented on HIVE-2762:
-----------------------------------

njain has commented on the revision "HIVE-2762 [jira] Alter Table Partition Concatenate Fails On Certain Characters".

INLINE COMMENTS
  ql/src/test/queries/clientpositive/escape2.q:47 Why are you running the same command multiple times ?

REVISION DETAIL
  https://reviews.facebook.net/D1533

                
> Alter Table Partition Concatenate Fails On Certain Characters
> -------------------------------------------------------------
>
>                 Key: HIVE-2762
>                 URL: https://issues.apache.org/jira/browse/HIVE-2762
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Kevin Wilfong
>            Assignee: Kevin Wilfong
>         Attachments: HIVE-2762.1.patch.txt, HIVE-2762.D1533.1.patch, HIVE-2762.D1533.2.patch
>
>
> Alter table partition concatenate creates a Java URI object for the location of a partition.  If the partition name contains certain characters, such as } or space ' ', the object constructor fails, causing the query to fail. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2762) Alter Table Partition Concatenate Fails On Certain Characters

Posted by "Kevin Wilfong (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Wilfong updated HIVE-2762:
--------------------------------

    Attachment: HIVE-2762.1.patch.txt
    
> Alter Table Partition Concatenate Fails On Certain Characters
> -------------------------------------------------------------
>
>                 Key: HIVE-2762
>                 URL: https://issues.apache.org/jira/browse/HIVE-2762
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Kevin Wilfong
>            Assignee: Kevin Wilfong
>         Attachments: HIVE-2762.1.patch.txt, HIVE-2762.D1533.1.patch, HIVE-2762.D1533.2.patch
>
>
> Alter table partition concatenate creates a Java URI object for the location of a partition.  If the partition name contains certain characters, such as } or space ' ', the object constructor fails, causing the query to fail. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2762) Alter Table Partition Concatenate Fails On Certain Characters

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199375#comment-13199375 ] 

Hudson commented on HIVE-2762:
------------------------------

Integrated in Hive-trunk-h0.21 #1240 (See [https://builds.apache.org/job/Hive-trunk-h0.21/1240/])
    HIVE-2762 Alter Table Partition Concatenate Fails On Certain Characters
(Kevin Wilfong via namit)

namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1239754
Files : 
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java
* /hive/trunk/ql/src/test/queries/clientpositive/escape2.q
* /hive/trunk/ql/src/test/results/clientpositive/escape2.q.out

                
> Alter Table Partition Concatenate Fails On Certain Characters
> -------------------------------------------------------------
>
>                 Key: HIVE-2762
>                 URL: https://issues.apache.org/jira/browse/HIVE-2762
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Kevin Wilfong
>            Assignee: Kevin Wilfong
>             Fix For: 0.9.0
>
>         Attachments: HIVE-2762.1.patch.txt, HIVE-2762.2.patch.txt, HIVE-2762.D1533.1.patch, HIVE-2762.D1533.2.patch, HIVE-2762.D1533.3.patch
>
>
> Alter table partition concatenate creates a Java URI object for the location of a partition.  If the partition name contains certain characters, such as } or space ' ', the object constructor fails, causing the query to fail. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2762) Alter Table Partition Concatenate Fails On Certain Characters

Posted by "Kevin Wilfong (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Wilfong updated HIVE-2762:
--------------------------------

    Status: Patch Available  (was: Open)
    
> Alter Table Partition Concatenate Fails On Certain Characters
> -------------------------------------------------------------
>
>                 Key: HIVE-2762
>                 URL: https://issues.apache.org/jira/browse/HIVE-2762
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Kevin Wilfong
>            Assignee: Kevin Wilfong
>         Attachments: HIVE-2762.1.patch.txt, HIVE-2762.2.patch.txt, HIVE-2762.D1533.1.patch, HIVE-2762.D1533.2.patch, HIVE-2762.D1533.3.patch
>
>
> Alter table partition concatenate creates a Java URI object for the location of a partition.  If the partition name contains certain characters, such as } or space ' ', the object constructor fails, causing the query to fail. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2762) Alter Table Partition Concatenate Fails On Certain Characters

Posted by "Phabricator (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phabricator updated HIVE-2762:
------------------------------

    Attachment: HIVE-2762.D1533.1.patch

kevinwilfong requested code review of "HIVE-2762 [jira] Alter Table Partition Concatenate Fails On Certain Characters".
Reviewers: JIRA

  https://issues.apache.org/jira/browse/HIVE-2762

  Changed the way the URI is created for a partition file as part of alter table partition concatenate queries.  This seems to resolve the issue.

  Also added a new test which checks alter table partition concsatenate queries on partitions containing most ASCII characters.

  Alter table partition concatenate creates a Java URI object for the location of a partition.  If the partition name contains certain characters, such as } or space ' ', the object constructor fails, causing the query to fail.

TEST PLAN
  EMPTY

REVISION DETAIL
  https://reviews.facebook.net/D1533

AFFECTED FILES
  ql/src/test/results/clientpositive/escape2.q.out
  ql/src/test/queries/clientpositive/escape2.q

MANAGE HERALD DIFFERENTIAL RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/3201/

Tip: use the X-Herald-Rules header to filter Herald messages in your client.

                
> Alter Table Partition Concatenate Fails On Certain Characters
> -------------------------------------------------------------
>
>                 Key: HIVE-2762
>                 URL: https://issues.apache.org/jira/browse/HIVE-2762
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Kevin Wilfong
>            Assignee: Kevin Wilfong
>         Attachments: HIVE-2762.D1533.1.patch
>
>
> Alter table partition concatenate creates a Java URI object for the location of a partition.  If the partition name contains certain characters, such as } or space ' ', the object constructor fails, causing the query to fail. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2762) Alter Table Partition Concatenate Fails On Certain Characters

Posted by "Namit Jain (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Namit Jain updated HIVE-2762:
-----------------------------

      Resolution: Fixed
    Hadoop Flags: Reviewed
          Status: Resolved  (was: Patch Available)

Committed. Thanks Kevin
                
> Alter Table Partition Concatenate Fails On Certain Characters
> -------------------------------------------------------------
>
>                 Key: HIVE-2762
>                 URL: https://issues.apache.org/jira/browse/HIVE-2762
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Kevin Wilfong
>            Assignee: Kevin Wilfong
>         Attachments: HIVE-2762.1.patch.txt, HIVE-2762.2.patch.txt, HIVE-2762.D1533.1.patch, HIVE-2762.D1533.2.patch, HIVE-2762.D1533.3.patch
>
>
> Alter table partition concatenate creates a Java URI object for the location of a partition.  If the partition name contains certain characters, such as } or space ' ', the object constructor fails, causing the query to fail. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2762) Alter Table Partition Concatenate Fails On Certain Characters

Posted by "Kevin Wilfong (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Wilfong updated HIVE-2762:
--------------------------------

    Attachment: HIVE-2762.2.patch.txt
    
> Alter Table Partition Concatenate Fails On Certain Characters
> -------------------------------------------------------------
>
>                 Key: HIVE-2762
>                 URL: https://issues.apache.org/jira/browse/HIVE-2762
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Kevin Wilfong
>            Assignee: Kevin Wilfong
>         Attachments: HIVE-2762.1.patch.txt, HIVE-2762.2.patch.txt, HIVE-2762.D1533.1.patch, HIVE-2762.D1533.2.patch, HIVE-2762.D1533.3.patch
>
>
> Alter table partition concatenate creates a Java URI object for the location of a partition.  If the partition name contains certain characters, such as } or space ' ', the object constructor fails, causing the query to fail. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2762) Alter Table Partition Concatenate Fails On Certain Characters

Posted by "Ashutosh Chauhan (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashutosh Chauhan updated HIVE-2762:
-----------------------------------

      Component/s: Metastore
    Fix Version/s: 0.9.0
    
> Alter Table Partition Concatenate Fails On Certain Characters
> -------------------------------------------------------------
>
>                 Key: HIVE-2762
>                 URL: https://issues.apache.org/jira/browse/HIVE-2762
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Kevin Wilfong
>            Assignee: Kevin Wilfong
>             Fix For: 0.9.0
>
>         Attachments: HIVE-2762.1.patch.txt, HIVE-2762.2.patch.txt, HIVE-2762.D1533.1.patch, HIVE-2762.D1533.2.patch, HIVE-2762.D1533.3.patch
>
>
> Alter table partition concatenate creates a Java URI object for the location of a partition.  If the partition name contains certain characters, such as } or space ' ', the object constructor fails, causing the query to fail. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira