Fokko commented on issue #7022: URL: https://github.com/apache/iceberg/issues/7022#issuecomment-1456195280
It pushes the filter down to skip row groups: https://github.com/apache/iceberg/blob/d59e6c85e216dab2316d52cd45f18fa4896302c0/parquet/src/main/java/org/apache/iceberg/parquet/Parquet.java#L1044-L1052 The `readerFunc` passed in there just reads the records. So there is no row-level filtering being done currently. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
