lokeshj1703 commented on code in PR #13007: URL: https://github.com/apache/hudi/pull/13007#discussion_r2018483892
########## hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/table/TestHoodieMergeOnReadTable.java: ########## @@ -605,6 +605,10 @@ public void testMetadataStatsOnCommit(Boolean rollbackUsingMarkers) throws Excep assertEquals(0, inserts); assertEquals(200, upserts); + if (!rollbackUsingMarkers) { + // we can do listing based rollback only when commit is completed + assertTrue(client.commit(instant2, statuses), "Commit should succeed"); Review Comment: This is just making sure that we have a commit when rollbackUsingMarkers is set to false. Listing based rollback only happens for completed commits -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org