yihua commented on a change in pull request #4034:
URL: https://github.com/apache/hudi/pull/4034#discussion_r754746094



##########
File path: 
hudi-utilities/src/test/java/org/apache/hudi/utilities/functional/TestHoodieDeltaStreamerWithMultiWriter.java
##########
@@ -155,7 +156,16 @@ void 
testUpsertsContinuousModeWithMultipleWriters(HoodieTableType tableType) thr
 
   @ParameterizedTest
   @EnumSource(value = HoodieTableType.class, names = {"COPY_ON_WRITE"})
-  void testLatestCheckpointCarryOverWithMultipleWriters(HoodieTableType 
tableType) throws Exception {
+  public void testLatestCheckpointCarryOverWithMultipleWriters(HoodieTableType 
tableType) throws Exception {
+    testCheckpointCarrryOver(tableType, false);
+  }
+
+  @Test
+  public void testGapsInDeltaStreamerCheckpoints() throws Exception {
+    testCheckpointCarrryOver(HoodieTableType.COPY_ON_WRITE, true);
+  }
+
+  private void testCheckpointCarrryOver(HoodieTableType tableType, boolean 
addGaps) throws Exception {

Review comment:
       nit: typo




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


Reply via email to