JingsongLi commented on code in PR #4995:
URL: https://github.com/apache/paimon/pull/4995#discussion_r1948074517


##########
paimon-core/src/main/java/org/apache/paimon/partition/actions/PartitionMarkDoneAction.java:
##########
@@ -55,13 +57,14 @@ static List<PartitionMarkDoneAction> createActions(
                                     return new MarkPartitionDoneEventAction(
                                             
createPartitionHandler(fileStoreTable, options));
                                 case HTTP_REPORT:
-                                    return new 
HttpReportMarkDoneAction(fileStoreTable, options);
+                                    return new HttpReportMarkDoneAction();
                                 case CUSTOM:
                                     return generateCustomMarkDoneAction(cl, 
options);
                                 default:
                                     throw new 
UnsupportedOperationException(action.toString());
                             }
                         })
+                .peek(action -> action.open(fileStoreTable, options))

Review Comment:
   peek?



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