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


##########
core/src/main/java/org/apache/calcite/sql/SqlOperator.java:
##########
@@ -556,10 +556,28 @@ protected void preValidateCall(SqlValidator validator,
    * {@link SqlCall})
    * @return inferred return type
    */
-  public RelDataType inferReturnType(
-      SqlOperatorBinding opBinding) {
+  public RelDataType inferReturnType(SqlOperatorBinding opBinding) {

Review Comment:
   Done, rollback inferReturnType to original behaviour.



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