You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jisu You (JIRA)" <ji...@apache.org> on 2019/05/10 02:59:00 UTC

[jira] [Created] (HIVE-21716) alterPartitions does not take dbName like alterPartition

Jisu You created HIVE-21716:
-------------------------------

             Summary: alterPartitions does not take dbName like alterPartition
                 Key: HIVE-21716
                 URL: https://issues.apache.org/jira/browse/HIVE-21716
             Project: Hive
          Issue Type: Improvement
          Components: Hive
            Reporter: Jisu You
            Assignee: Jisu You
             Fix For: 4.0.0


org.apache.hadoop.hive.ql.metadata.Hive::alterPartition

org.apache.hadoop.hive.ql.metadata.Hive::alterPartitions

 

Above two methods should only be different in one arg in my opinion. alterPartition should take in partition as one of the arg and alterPartitions should take List<Partition> as one of the arg. However, there are quite a lot of differences between the two methods. This issue is created to tackle the difference between the two methods.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)