danny0405 commented on code in PR #13007:
URL: https://github.com/apache/hudi/pull/13007#discussion_r2017967353


##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/functional/TestMarkerBasedRollbackStrategy.java:
##########
@@ -149,6 +163,65 @@ public void 
testMarkerBasedRollbackAppendWithLogFileMarkers(IOType testIOType) t
     assertEquals(testIOType.equals(IOType.CREATE) ? 0 : 1, 
rollbackRequest.getLogBlocksToBeDeleted().size());
   }
 
+  @ParameterizedTest
+  @CsvSource(value = {"APPEND,true,true", "APPEND,true,false", 
"APPEND,false,true", "APPEND,false,false"})
+  public void 
testMarkerBasedRollbackAppendWithLogFileMarkersTableVersionSix(IOType 
testIOType,

Review Comment:
   Can we have a separate class for testing marker based rollback strategy on 
mor table with version <8?



-- 
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

Reply via email to