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


##########
core/src/main/java/org/apache/calcite/sql/validate/implicit/TypeCoercion.java:
##########
@@ -127,12 +127,19 @@ boolean rowTypeCoercion(
   boolean binaryComparisonCoercion(SqlCallBinding binding);
 
   /**
-   * Coerces CASE WHEN statement branches to one common type.
+   * Coerces CASE WHEN and COALESCE statement branches to one common type.

Review Comment:
   if we add NULLIF, it will need to be here as well



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