danny0405 commented on code in PR #13007:
URL: https://github.com/apache/hudi/pull/13007#discussion_r2019636137
##########
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:
Is the test running on table version 8 with APPEND log marker? Should we
sub-class this too?
--
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]