deniskuzZ commented on code in PR #5910: URL: https://github.com/apache/hive/pull/5910#discussion_r2174479410
########## 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: don't we need https://github.com/apache/hive/pull/5910/files#diff-90c669c961ab250c01087a409b31126cce7ac0672c40f465e7ee262ed7bcdaddR4598 here as well? -- 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