mihaibudiu commented on code in PR #4653: URL: https://github.com/apache/calcite/pull/4653#discussion_r2578277214
########## 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: this is terrible, it's against the IEEE 754 rules. we can probably emulate this behavior, but this means that there is yet another DIVISION operator besides the ones I have introduced... -- 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]
