danny0405 commented on issue #14200: URL: https://github.com/apache/hudi/issues/14200#issuecomment-3494472069
> We switched to direct markers but still see the issue. It's as expected, because direct markers is always used by Flink. > and that's the reason delete don't happen. This doesn't happen always Sounds more like a env issue, checked the code the marker based rollback always includes the absolute file path: https://github.com/apache/hudi/blob/d4700b0d5b7e41d8d16887a538ec420c7aabbf61/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/MarkerBasedRollbackStrategy.java#L84 -- 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]
