the-other-tim-brown commented on code in PR #13208:
URL: https://github.com/apache/hudi/pull/13208#discussion_r2056159924


##########
hudi-common/src/test/java/org/apache/hudi/common/table/read/TestHoodieFileGroupReaderBase.java:
##########
@@ -136,7 +136,7 @@ public void 
testReadFileGroupInMergeOnReadTable(RecordMergeMode recordMergeMode,
           initialRecords, initialRecords);
 
       // Two commits; reading one file group containing a base file and a log 
file
-      List<HoodieRecord> updates = dataGen.generateUniqueUpdates("002", 50);
+      List<HoodieRecord> updates = dataGen.generateUniqueUpdates("002", 90);

Review Comment:
   this is leftover from me debugging the issue with in memory index, will 
revert



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

Reply via email to