dengzhhu653 commented on code in PR #5578: URL: https://github.com/apache/hive/pull/5578#discussion_r1951782517
########## standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java: ########## @@ -2691,10 +2691,23 @@ Map<String, List<ColumnStatisticsObj>> getPartitionColumnStatistics( * @throws MetaException error accessing the RDBMS * @throws TException thrift transport error * @throws InvalidInputException input is invalid or null. + * @deprecated Use + * {@link IMetaStoreClient#deleteColumnStatistics(org.apache.hadoop.hive.metastore.api.DeleteColumnStatisticsRequest)} instead */ - boolean deletePartitionColumnStatistics(String dbName, String tableName, Review Comment: it won't. the new change doesn't remove the api, it makes it `default` and adds the implementation here -- 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