lilei1128 opened a new pull request, #9594:
URL: https://github.com/apache/paimon/pull/9594
### Purpose
Support Parquet predicate pushdown for Paimon's `StartsWith` predicates.
A prefix predicate is converted into a Parquet binary range:
`[prefix, nextPrefix)`
### Tests
- Verify StartsWith is converted to a Parquet FilterPredicate.
- Verify the generated lower and upper binary bounds.
- Verify EndsWith remains unsupported and returns FilterCompat.NOOP.
--
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]