xushiyan opened a new pull request, #510:
URL: https://github.com/apache/hudi-rs/pull/510
## Description
Improves DataFusion integration with schema caching at construction,
extended filter pushdown (AND/BETWEEN expressions), exact vs inexact filter
classification, and fixes projection reliability by moving name-to-index
conversion inside the parquet reader.
## How are the changes test-covered
- [x] Automated tests (unit and/or integration tests)
- Schema caching works without async workarounds
- AND/BETWEEN filter expressions convert correctly
- Partition column filters return Exact, non-partition return Inexact
- Projection uses same schema for name-to-index conversion as applied to
mask
--
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]