sarutak opened a new issue, #7377:
URL: https://github.com/apache/arrow-datafusion/issues/7377

   ### Describe the bug
   
   Given the following query.
   ```
   SELECT 'NAN'::double in ('NAN'::double);
   ```
   I expected the result is `true` but the actual is `false`.
   It's not inconsistent with the result of `'NaN'::double = 'NaN'::double`, 
which is evaluated as `true`.
   
   ### To Reproduce
   
   _No response_
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


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