danny0405 commented on code in PR #13423: URL: https://github.com/apache/hudi/pull/13423#discussion_r2151119890
########## hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/CleanFunction.java: ########## @@ -40,7 +42,7 @@ * at a time, a new task can not be scheduled until the last task finished(fails or normally succeed). * The cleaning task never expects to throw but only log. */ -public class CleanFunction<T> extends AbstractRichFunction +public class CleanFunction<T> extends ProcessFunction<T, RowData> Review Comment: Can we just copy the whole class instead. `CleanFunction` -> `CleanFunctionV2`. -- 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]
