nsivabalan commented on a change in pull request #3315:
URL: https://github.com/apache/hudi/pull/3315#discussion_r678696181



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/table/log/HoodieFileSliceReader.java
##########
@@ -36,11 +38,14 @@
   private Iterator<HoodieRecord<? extends HoodieRecordPayload>> 
recordsIterator;
 
   public static <R extends IndexedRecord, T extends HoodieRecordPayload> 
HoodieFileSliceReader getFileSliceReader(
-      HoodieFileReader<R> baseFileReader, HoodieMergedLogRecordScanner 
scanner, Schema schema, String payloadClass) throws IOException {
+      HoodieFileReader<R> baseFileReader, HoodieMergedLogRecordScanner 
scanner, Schema schema, String payloadClass,
+      Option<String> simpleRecordKeyFieldOpt, Option<String> 
simplePartitionPathFieldOpt) throws IOException {

Review comment:
       responded else where. I would like to keep the MetaField logic 
(HoodieRecord.RECORD_KEY_METADATA_FIELD) within SpillableMapUtils and don't 
want to spread out to all callers. 




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