danny0405 commented on code in PR #13229:
URL: https://github.com/apache/hudi/pull/13229#discussion_r2084505667
##########
hudi-client/hudi-java-client/src/test/java/org/apache/hudi/client/TestJavaHoodieBackedMetadata.java:
##########
@@ -1280,6 +1282,7 @@ public void testFailedBootstrap() throws Exception {
List<HoodieRecord> records = dataGen.generateInserts(newCommitTime, 100);
client.startCommitWithTime(newCommitTime);
List<WriteStatus> writeStatuses = client.insert(records, newCommitTime);
+ client.commit(newCommitTime, writeStatuses);
Review Comment:
why insert/bulk_insert returns list of write status instead of
`HoodiWriteData`.
--
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]