danny0405 commented on code in PR #13670:
URL: https://github.com/apache/hudi/pull/13670#discussion_r2251154357
##########
hudi-common/src/test/java/org/apache/hudi/common/table/read/buffer/BaseTestFileGroupRecordBuffer.java:
##########
@@ -54,21 +51,21 @@ protected static GenericRecord createTestRecord(String
recordKey, int counter, l
return record;
}
- protected static Map<Serializable, BufferedRecord>
convertToBufferedRecordsMap(List<IndexedRecord> indexedRecords,
+ protected static List<BufferedRecord>
convertToBufferedRecordsMap(List<IndexedRecord> indexedRecords,
Review Comment:
convertToBufferedRecordsMap -> convertToBufferedRecordList? Also fix the
intentation.
--
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]