yihua commented on code in PR #13007: URL: https://github.com/apache/hudi/pull/13007#discussion_r2019651767
########## hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/functional/TestMarkerBasedRollbackStrategy.java: ########## @@ -118,7 +118,7 @@ public void testMarkerBasedRollbackAppend() throws Exception { String f0 = testTable.addRequestedCommit("000") .getFileIdsWithBaseFilesInPartitions("partA").get("partA"); testTable.forCommit("001") - .withLogMarkerFile("partA", f0, IOType.CREATE); + .withLogMarkerFile("000", "partA", f0, IOType.APPEND, 1); Review Comment: `MarkerBasedRollbackStrategy` considers all types of markers in general; nevertheless created HUDI-9244 for test clean-up as a follow-up. -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org