lw309637554 commented on a change in pull request #1756:
URL: https://github.com/apache/hudi/pull/1756#discussion_r449947972
##########
File path: hudi-client/src/test/java/org/apache/hudi/table/TestCleaner.java
##########
@@ -904,6 +901,19 @@ public void testCleanMarkerDataFilesOnRollback() throws
IOException {
assertEquals(0, getTotalTempFiles(), "All temp files are deleted.");
}
+ /**
+ * Test Cleaning functionality of table.rollback() API.
+ */
+ @Test
+ public void testCleanMarkerDataFilesOnRollbackUsingFileList() throws
IOException {
Review comment:
ok
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]