Omega359 commented on issue #13781:
URL: https://github.com/apache/datafusion/issues/13781#issuecomment-2573381963

   I suspect much of this is the same cause as #13780 - nullif typing being 
incorrect and real mapping to f32 where it is not possible to represent some 
integers exactly.
   
   Postgresql also seems to have an interesting casting behavior that if you 
case an int to a real it may ignore it and implicitly cast it back to an int as 
long as there is no dependency requiring it to be a real (division for example)


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to