mihaibudiu commented on code in PR #3070:
URL: https://github.com/apache/calcite/pull/3070#discussion_r1815467613
##########
core/src/main/java/org/apache/calcite/sql/type/CompositeOperandTypeChecker.java:
##########
@@ -383,7 +383,17 @@ private boolean checkWithoutTypeCoercion(SqlCallBinding
callBinding) {
if (!callBinding.isTypeCoercionEnabled()) {
return false;
}
+ SqlCallBinding sqlBindingWithoutTypeCoercion =
Review Comment:
why do you need to create a new call binding?
`callBinding` does not have type coercion enabled
--
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]