ArnavBalyan opened a new pull request, #9176:
URL: https://github.com/apache/paimon/pull/9176
### Purpose
- `$file_indexes` returns rows outside the requested range wrongly when
multiple predicates filter the same scan pushdown field.
- This is because the scan keeps only one predicate per field while the read
layer removes all scan pushdown predicates from remaining filter evaluation.
- Fix by retaining the full predicate for read side evaluation.
### Tests
- UT
--
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]