Jackie-Jiang commented on issue #10686:
URL: https://github.com/apache/pinot/issues/10686#issuecomment-1526601364

   I see, so we actually expect it to cast from float to double and since we 
are converting from low precision to high precision it will return not equals.
   I feel the difference is from the behavior of always casting the RHS value 
vs hoisting up to the same type. Can you also try the comparison for other data 
types (int, long, float, double, big_decimal) and see what is the expected 
behavior from H2 and Postgres?


-- 
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: commits-unsubscr...@pinot.apache.org

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


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

Reply via email to