danny0405 commented on code in PR #13229:
URL: https://github.com/apache/hudi/pull/13229#discussion_r2084450063


##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/sources/TestHoodieIncrSource.java:
##########
@@ -367,15 +371,17 @@ public void 
testHoodieIncrSourceInflightCommitBeforeCompletedCommit(HoodieTableT
 
   @ParameterizedTest
   @EnumSource(HoodieTableType.class)
-  public void testHoodieIncrSourceWithPendingTableServices(HoodieTableType 
tableType) throws IOException {
+  public void testHoodieIncrSourceWithPendingTableServices() throws 
IOException {
+    HoodieTableType tableType = MERGE_ON_READ;
     this.tableType = tableType;
-    metaClient = getHoodieMetaClient(storageConf(), basePath());
+    fs().delete(new Path(basePath()));

Review Comment:
   why add these logic



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