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


##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/table/ITTestHoodieDataSource.java:
##########
@@ -323,32 +323,41 @@ void testStreamWriteReadSkippingCompaction() throws 
Exception {
     assertRowsEquals(rows, TestData.DATA_SET_SOURCE_INSERT_LATEST_COMMIT);
   }
 
-  @Test
-  void testStreamWriteWithCleaning() {
-    // create filesystem table named source
-
-    // the source generates 4 commits but the cleaning task
-    // would always try to keep the remaining commits number as 1
-    String createSource = TestConfigurations.getFileSourceDDL(

Review Comment:
   Can we add a new test case instead of modifying existing one ?



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