Github user cestella commented on the issue:

    https://github.com/apache/metron/pull/681
  
    Yeah, it's true, I suppose having `==` double as a `NaN` check is probably 
not the right thing due to the transitivity of equality (I'd like to `SQRT(-1) 
== NaN` to be `true` but `SQRT(-1) == SQRT(-2)` to not be true).  Probably it's 
better to have an `IS_NAN(x)` like other languages.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to