Details
Description
Partition appendPartition(String dbName, String tableName, String partName)
in HiveMetaStoreClient does not conform with the declaration
Partition appendPartition(String tableName, String dbName, String name)
in IMetaStoreClient
Positions for dbName and tableName are interchanged.