yihua commented on code in PR #6349: URL: https://github.com/apache/hudi/pull/6349#discussion_r973533659
########## 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: @brightwon No problem. I only rebased your PR on the latest master and haven't changed the test yet. Let me know you can fix the test. -- 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