danny0405 commented on code in PR #13229:
URL: https://github.com/apache/hudi/pull/13229#discussion_r2084497141
##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/TestHoodieReadClient.java:
##########
@@ -116,9 +117,8 @@ private void testReadFilterExist(HoodieWriteConfig config,
JavaRDD<HoodieRecord> smallRecordsRDD =
jsc.parallelize(records.subList(0, 75), PARALLELISM);
// We create three base file, each having one record. (3 different
partitions)
- List<WriteStatus> statuses = writeFn.apply(writeClient, smallRecordsRDD,
newCommitTime).collect();
- // Verify there are no errors
- assertNoWriteErrors(statuses);
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]