the-other-tim-brown commented on code in PR #13528:
URL: https://github.com/apache/hudi/pull/13528#discussion_r2207995578


##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/TestCleaner.java:
##########
@@ -378,9 +374,8 @@ public void testCleanNonPartitionedTable() throws 
IOException {
     try (SparkRDDWriteClient client = new SparkRDDWriteClient(context, 
writeConfig)) {
       String instantTime;
       for (int idx = 0; idx < 3; ++idx) {
-        instantTime = client.createNewInstantTime();
+        instantTime = client.startCommit();
         List<HoodieRecord> records = dataGen.generateInserts(instantTime, 1);
-        WriteClientTestUtils.startCommitWithTime(client, instantTime);

Review Comment:
   I did an audit and found a couple more. Other changes would require a larger 
refactor.



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