deniskuzZ commented on code in PR #5223:
URL: https://github.com/apache/hive/pull/5223#discussion_r2293388430


##########
standalone-metastore/metastore-client/src/main/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java:
##########
@@ -1980,6 +1980,7 @@ boolean dropPartition(String catName, String db_name, 
String tbl_name, List<Stri
 
   /**
    * Drop partitions based on an expression.
+   * @deprecated Use {@link #dropPartitions(TableName, RequestPartsSpec, 
PartitionDropOptions, EnvironmentContext)} instead

Review Comment:
   please add for all new deprecations:
   ````
   @deprecated since 4.1.0, will be removed in 5.0.0
   use {@link #dropPartitions(TableName, RequestPartsSpec, 
PartitionDropOptions, EnvironmentContext)} instead
   ````
   



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