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


##########
core/src/main/java/org/apache/calcite/sql/validate/implicit/TypeCoercionImpl.java:
##########
@@ -382,12 +383,22 @@ protected boolean booleanEquality(SqlCallBinding binding,
     return false;
   }
 
+  @Deprecated @Override public boolean caseWhenCoercion(SqlCallBinding 
callBinding) {
+    return caseOrEquivalentCoercion(callBinding);

Review Comment:
   I understand that if we want to keep the original function, we should keep 
it intact. Or we can just modify the original method directly.



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