yihua commented on code in PR #13008: URL: https://github.com/apache/hudi/pull/13008#discussion_r2016926543
########## 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: Do you mean the issue is not fixed? Reading a file group with logs should now return non-zero number of log records, correct? -- 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