saihemanth-cloudera commented on code in PR #5578:
URL: https://github.com/apache/hive/pull/5578#discussion_r1950266942


##########
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:
   This is a breaking change for clients like Impala who use this API. Please 
revert it.



-- 
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

Reply via email to