JingsongLi commented on code in PR #4786:
URL: https://github.com/apache/paimon/pull/4786#discussion_r1899288852
##########
paimon-core/src/main/java/org/apache/paimon/rest/RESTCatalog.java:
##########
@@ -434,6 +528,23 @@ protected GetTableResponse getTableResponse(Identifier
identifier)
}
}
+ protected SuccessResponse dropPartitionMetadata(
+ Identifier identifier, Map<String, String> partitions)
+ throws TableNoPermissionException {
+ try {
+ DropPartitionRequest request = new
DropPartitionRequest(partitions);
+ return client.delete(
Review Comment:
we should return Partition?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]