You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Nithish (JIRA)" <ji...@apache.org> on 2017/10/03 09:18:00 UTC

[jira] [Created] (HIVE-17678) appendPartition in HiveMetaStoreClient does not conform to the IMetaStoreClient.

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)