QuakeWang opened a new pull request, #8744:
URL: https://github.com/apache/paimon/pull/8744
### Purpose
`PaimonDataSource` relied on mutable filter state populated by the legacy
`push_filters()` callback. Daft now passes filters through each `Pushdowns`
request, so normal native Parquet scans skipped Paimon file pruning.
Derive predicates directly from the current `Pushdowns` for reads and
explain, remove the serialized filter state, and verify that actual tasks and
explain output report consistent file pruning.
### Tests
- Daft test suite on Python 3.10 and 3.11: 229 passed, 1 skipped
- Python flake8 and license checks
--
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]