mihaibudiu commented on code in PR #4653:
URL: https://github.com/apache/calcite/pull/4653#discussion_r2579708610


##########
core/src/test/resources/sql/misc.iq:
##########
@@ -2467,10 +2477,62 @@ FROM "hr"."emps";
 
 !ok
 
-# [CALCITE-6566] JDBC adapter should generate PI function with parentheses in 
most dialects
-
 !use scott-mysql
 
+# [CALCITE-7270] Add support for a DIVIDE_0_NULL operator
+select 5 / 0 as a;

Review Comment:
   It's supposed to return NULL for integer and decimal division by 0.
   For double values it's supposed to follow IEEE 794.
   But you see, there are actually lots of DIVISION operators.
   Even MySQL has strict and non-strict modes.



-- 
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]

Reply via email to