heye1005 opened a new pull request, #8060:
URL: https://github.com/apache/paimon/pull/8060

   ### Purpose
   
   fix two TODOs in `SparkFilterConverter`:
   - translate `AlwaysTrue` / `AlwaysFalse`
   - rewrite `col = NaN` to `IsNaN(col)` — Spark treats `NaN = NaN` as true, 
Paimon doesn't, so NaN rows were getting silently dropped on pushdown.
   
   ### Tests
   
   `SparkFilterConverterTest#testAlwaysTrueFalse`, `#testEqualToNaN`.
   


-- 
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]

Reply via email to