smaheshwar-pltr commented on code in PR #2031: URL: https://github.com/apache/iceberg-python/pull/2031#discussion_r2102776961
########## pyiceberg/table/__init__.py: ########## @@ -1810,6 +2159,9 @@ def plan_files(self) -> Iterable[FileScanTask]: ], ) ): + if not manifest_entry_filter(manifest_entry): + continue Review Comment: See https://github.com/apache/iceberg-python/pull/2031/files#r2102776541 -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org