[ https://issues.apache.org/jira/browse/HIVE-17678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nithish updated HIVE-17678: --------------------------- Target Version/s: 2.0.0, 1.1.0 (was: 1.1.0, 2.0.0) Status: Open (was: Patch Available) > 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 > Affects Versions: 1.1.0 > Reporter: Nithish > Assignee: Nithish > Priority: Major > Labels: Metastore > Fix For: 2.0.0, 1.1.0 > > Attachments: HIVE-17678.1.patch > > > {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 (v8.3.2#803003)