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


##########
hudi-common/src/main/java/org/apache/hudi/common/table/log/HoodieMergedLogRecordReader.java:
##########
@@ -230,6 +242,34 @@ public void processNextRecord(T record, Map<String, 
Object> metadata) throws IOE
     }
   }
 
+  @Override
+  public void processNextRecordWithPosition(T record,
+                                            Map<String, Object> metadata,
+                                            int sequenceNo,
+                                            List<Integer> positions) throws 
IOException {

Review Comment:
   Do we need long? 2 Billion records for a base file is enough?



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