QuakeWang opened a new pull request, #8790:
URL: https://github.com/apache/paimon/pull/8790
### Purpose
`GlobalIndexReader` inherited predicate defaults that could throw for
unsupported `IS NAN`, `BETWEEN`, and `NOT BETWEEN` queries instead of falling
back safely.
Return unsupported results conservatively, forward `NOT BETWEEN` through
offset and union readers, preserve constant-reader behavior, and add regression
coverage.
### Tests
- `mvn -pl paimon-common -DwildcardSuites=none
-Dtest=GlobalIndexEvaluatorTest test`
--
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]