linliu-code commented on code in PR #13008: URL: https://github.com/apache/hudi/pull/13008#discussion_r2017485343
########## hudi-common/src/test/java/org/apache/hudi/common/table/read/TestHoodieFileGroupReaderBase.java: ########## @@ -148,6 +157,34 @@ public void testReadFileGroupInMergeOnReadTable(RecordMergeMode recordMergeMode, } } + @ParameterizedTest + @EnumSource(RecordMergeMode.class) + public void testFileGroupReaderBasedCompaction(RecordMergeMode mergeMode) throws Exception { Review Comment: yes, after this change, it is fixed. -- 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