linliu-code commented on code in PR #12669:
URL: https://github.com/apache/hudi/pull/12669#discussion_r1931054775
##########
hudi-common/src/test/java/org/apache/hudi/common/table/read/TestHoodieFileGroupReaderBase.java:
##########
@@ -155,13 +155,14 @@ public void
testReadLogFilesOnlyInMergeOnReadTable(RecordMergeMode recordMergeMo
// Use InMemoryIndex to generate log only mor table
writeConfigs.put("hoodie.index.type", "INMEMORY");
+
try (HoodieTestDataGenerator dataGen = new
HoodieTestDataGenerator(0xDEEF)) {
- // One commit; reading one file group containing a base file only
- commitToTable(dataGen.generateInserts("001", 100), INSERT.value(),
writeConfigs);
+ // One commit: reading one file group containing 1 log file only.
Review Comment:
This test case only focuses on the log-file-only case.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]