wwj6591812 commented on code in PR #4657:
URL: https://github.com/apache/paimon/pull/4657#discussion_r1874605922


##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/procedure/ExpirePartitionsProcedure.java:
##########
@@ -75,21 +82,45 @@ public String identifier() {
             String timestampFormatter,
             String timestampPattern,
             String expireStrategy,
-            Integer maxExpires)
+            Integer maxExpires,
+            String options)
             throws Catalog.TableNotExistException {
-        FileStoreTable fileStoreTable = (FileStoreTable) table(tableId);
+        Map<String, String> dynamicOptions = new HashMap<>();

Review Comment:
   These code is same as three ExpirePartitionsProcedure



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

Reply via email to