mihaibudiu commented on code in PR #4006:
URL: https://github.com/apache/calcite/pull/4006#discussion_r1805251138
##########
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 means that no casts will be inserted. is this the desired behavior?
--
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]