Nithish created HIVE-17678:
------------------------------

             Summary: appendPartition in HiveMetaStoreClient does not conform 
to the IMetaStoreClient.
                 Key: HIVE-17678
                 URL: https://issues.apache.org/jira/browse/HIVE-17678
             Project: Hive
          Issue Type: Bug
          Components: Metastore
            Reporter: Nithish
            Priority: Minor


{code:java}
Partition appendPartition(String dbName, String tableName, String partName) 
{code}
in HiveMetaStoreClient does not conform with the declaration 
{code:java}
Partition appendPartition(String tableName, String dbName, String name) 
{code} 
in IMetaStoreClient

*Positions for dbName and tableName are interchanged.*



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to