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


##########
hudi-common/src/main/java/org/apache/hudi/common/engine/HoodieReaderContext.java:
##########
@@ -179,7 +180,7 @@ public StorageConfiguration<?> getStorageConfiguration() {
    */
   public abstract ClosableIterator<T> getFileRecordIterator(
       StoragePath filePath, long start, long length, Schema dataSchema, Schema 
requiredSchema,
-      HoodieStorage storage) throws IOException;
+      HoodieStorage storage, Option<Predicate> filter) throws IOException;

Review Comment:
   Anyways, saw your comment below. 



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