andygrove commented on code in PR #1619: URL: https://github.com/apache/datafusion-comet/pull/1619#discussion_r2037558615
########## common/src/main/java/org/apache/comet/parquet/Native.java: ########## @@ -257,7 +257,8 @@ public static native long initRecordBatchReader( byte[] requiredSchema, byte[] dataSchema, String sessionTimezone, - int batchSize); + int batchSize, + boolean pushdownFilters); Review Comment: Thanks. I will update this ~today~ soon. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org