sreemanamala commented on code in PR #15964:
URL: https://github.com/apache/druid/pull/15964#discussion_r1515425821


##########
sql/src/main/java/org/apache/druid/sql/calcite/expression/builtin/ArrayOverlapOperatorConversion.java:
##########
@@ -59,11 +59,13 @@ public class ArrayOverlapOperatorConversion extends 
BaseExpressionDimFilterOpera
               "'ARRAY_OVERLAP(array, array)'",
               OperandTypes.or(
                   OperandTypes.family(SqlTypeFamily.ARRAY),
-                  OperandTypes.family(SqlTypeFamily.STRING)
+                  OperandTypes.family(SqlTypeFamily.STRING),
+                  OperandTypes.family(SqlTypeFamily.NUMERIC)

Review Comment:
   These are being taken care of in [this 
PR](https://github.com/apache/druid/pull/15974)
   But rather than rejecting them, we would cast them properly and return 
correct response



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to