danny0405 commented on code in PR #13007: URL: https://github.com/apache/hudi/pull/13007#discussion_r2017975557
########## 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: don't know what this test for? -- 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