deniskuzZ commented on code in PR #5910: URL: https://github.com/apache/hive/pull/5910#discussion_r2174464799
########## standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HMSHandler.java: ########## @@ -4693,8 +4696,9 @@ public int add_partitions_pspec(final List<PartitionSpec> partSpecs) partitionsToAdd.add(part); partitionIterator.next(); } - ret = add_partitions_core(getMS(), catName, dbName, tableName, partitionsToAdd, - false, false, null).size(); + AddPartitionsRequest request = new AddPartitionsRequest(dbName, tableName, partitionsToAdd, false); Review Comment: should we deprecate an older API if not already? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org