heye1005 opened a new pull request, #7791: URL: https://github.com/apache/paimon/pull/7791
### Purpose Implement `PartitionsRead.withFilter` and `FilesRead.withFilter`, which were previously no-op stubs marked `// TODO`. Predicates are now applied as a post-filter on the materialized row, so `WHERE` clauses on these system tables take effect at the source level. ### Tests Added unit tests for equal / in / range / combined pushdown + post-filter scenarios in `PartitionsTableTest` and `FilesTableTest`. All existing system-table tests pass. -- 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]
