mihaibudiu commented on code in PR #4653: URL: https://github.com/apache/calcite/pull/4653#discussion_r2579060496
########## core/src/test/resources/sql/misc.iq: ########## @@ -18,6 +18,16 @@ !use post !set outputformat mysql +select CAST(5 AS DOUBLE) / 0 as a; Review Comment: Yes, MySQL is really weird. 5e0 / 0e0 does not conform to the IEEE 754 rules, where it should produce Infinity -- 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]
