danny0405 commented on PR #12204: URL: https://github.com/apache/hudi/pull/12204#issuecomment-2456007656
I do see some usages for Flink auto commit: - for delete operation in `FlinkDeleteHelper` , the logic does not work at all before and we can just replace it with commit; - for drop partition operation in `FlinkDeletePartitionCommitActionExecutor` , Flink explicitly enabled the auto-commit in `HoodieCatalogUtil.createWriteClient`. -- 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]
