danny0405 commented on code in PR #10767:
URL: https://github.com/apache/hudi/pull/10767#discussion_r1508363967
##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/sink/TestWriteCopyOnWrite.java:
##########
@@ -665,8 +667,9 @@ public void testRollbackFailedWritesWithLazyCleanPolicy()
throws Exception {
.rollbackLastCompleteInstantToInflight()
.jobFailover()
.subTaskFails(0, 1)
- // the last checkpoint instant was not rolled back by subTaskFails(0,
1)
- // with LAZY cleaning strategy because clean action could roll back
failed writes.
+ // the last checkpoint instant can not rolled back by subTaskFails(0,
1)
Review Comment:
ditto
--
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]