NobiGo commented on code in PR #4333:
URL: https://github.com/apache/calcite/pull/4333#discussion_r2065739301


##########
core/src/main/java/org/apache/calcite/sql/type/OperandTypes.java:
##########
@@ -1077,9 +1077,8 @@ public static SqlSingleOperandTypeChecker same(int 
operandCount,
           SqlTypeFamily.INTEGER);
 
   public static final SqlSingleOperandTypeChecker 
STRING_INTEGER_OPTIONAL_INTEGER =
-      family(
-          ImmutableList.of(SqlTypeFamily.STRING, SqlTypeFamily.INTEGER,

Review Comment:
   I noticed that another PR has made the same changes. If this API is 
incorrect, I suggest deprecating this API.



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