heye1005 opened a new pull request, #7874:
URL: https://github.com/apache/paimon/pull/7874
### Purpose
Implement `withFilter` for `TagsRead` / `FileKeyRangesRead` (was `TODO`,
predicates were silently ignored).
`FileKeyRangesRead` excludes `partition` / `bucket` / `level` from the
post-filter — already pushed down by scan, and re-evaluating them on the
cast-to-string row breaks range predicates. Same pattern as `FilesTable`
(#7791).
### Tests
- `TagsTableTest`: `=` / `IN` / `<>` on `tag_name`, filter on `snapshot_id`.
- `FileKeyRangesTableTest`: `record_count` / `schema_id`, combined
predicate, `partition < '{11}'` regression.
--
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]