linliu-code commented on code in PR #13008:
URL: https://github.com/apache/hudi/pull/13008#discussion_r2015505409


##########
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:
   file group reader exposes readStats, but the total number of log records is 
always 0 since it does not know the log record number.



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

Reply via email to