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


##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/TestCleaner.java:
##########
@@ -152,26 +152,15 @@ public static Pair<String, JavaRDD<WriteStatus>> 
insertFirstBigBatchForClientCle
     JavaRDD<HoodieRecord> writeRecords = 
context.getJavaSparkContext().parallelize(records, PARALLELISM);
 
     JavaRDD<WriteStatus> statuses = insertFn.apply(client, writeRecords, 
newCommitTime);
-    // Verify there are no errors
-    assertNoWriteErrors(statuses.collect());

Review Comment:
   `assertNoWriteErrors` is missing.



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