mihaibudiu commented on code in PR #4333:
URL: https://github.com/apache/calcite/pull/4333#discussion_r2066958823
##########
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 need to file another issue; this API is still used by `JSON_QUERY`, which
I think is actually not type checked at all because of this.
--
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]