xiedeyantu commented on code in PR #4653: URL: https://github.com/apache/calcite/pull/4653#discussion_r2579058425
########## 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: I'm not quite sure I understand. Are you suggesting that MySQL's behavior might be problematic? However, when this SQL is executed in PostgreSQL, it directly throws an error (ERROR: division by zero). -- 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]
