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


##########
core/src/main/java/org/apache/calcite/sql/validate/implicit/AbstractTypeCoercion.java:
##########
@@ -502,6 +502,11 @@ private RelDataType getTightestCommonTypeOrThrow(
       return null;
     }
 
+    if (type1 instanceof RelDataTypeFactoryImpl.JavaType

Review Comment:
   This discussion is very useful, can you please add a little bit of this as a 
comment to this method, so other people who may wonder later have an answer 
ready?



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