ArnavBalyan opened a new pull request, #7875:
URL: https://github.com/apache/paimon/pull/7875
### Purpose
- Paimon has no IsNaN predicate today, any caller has no way to express it
in Paimon predicate IR
- Add IsNaN as a new LeafUnaryFunction, which can evaluate rows and
pushdown to Parquet for double and float
- ParquetFilters pushes down to Parquet via new UserDefinedPredicate.
### 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]