ArnavBalyan opened a new pull request, #8847:
URL: https://github.com/apache/paimon/pull/8847
### Purpose
- BINARY and VARBINARY columns don't have min/max stats when collected in
memory (e.g. avro).
- However the reader already has a comparator for `byte[]` which can prune
the binary and varbin if the stats are provided.
- Ensure we can pass valid statistics for binary/varbinary so that the
reader can benefit from pruning/file skip.
### 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]