sbroeder commented on code in PR #5187:
URL: https://github.com/apache/calcite/pull/5187#discussion_r3800973163


##########
core/src/main/java/org/apache/calcite/sql/SqlUtil.java:
##########
@@ -558,9 +519,16 @@ public static SqlLiteral 
concatenateLiterals(List<SqlLiteral> lits) {
 
   private static Iterator<SqlOperator> filterOperatorRoutinesByKind(
       Iterator<SqlOperator> routines, final SqlKind sqlKind) {
+    // Map both sides through getFunctionKind() so a candidate can still match 
a call

Review Comment:
   Ack



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