You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/09/17 03:28:18 UTC

[GitHub] [hudi] brightwon commented on a diff in pull request #6349: [HUDI-4433] Hudi-CLI repair deduplicate not working with non-partitio…

brightwon commented on code in PR #6349:
URL: https://github.com/apache/hudi/pull/6349#discussion_r973533368


##########
hudi-cli/src/test/java/org/apache/hudi/cli/integ/ITTestRepairsCommand.java:
##########
@@ -102,9 +104,12 @@ public void init() throws Exception {
     cowTable.withInserts(HoodieTestDataGenerator.DEFAULT_SECOND_PARTITION_PATH, "4", hoodieRecords1)
             .withInserts(HoodieTestDataGenerator.DEFAULT_THIRD_PARTITION_PATH, "6", hoodieRecords1);
 
+    cowTable.withInserts(HoodieTestDataGenerator.NO_PARTITION_PATH, "9", hoodieRecords1);

Review Comment:
   Thank you for review! I pull your commit.



-- 
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-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org