kgyrtkirk commented on code in PR #16306:
URL: https://github.com/apache/druid/pull/16306#discussion_r1570141618


##########
processing/src/main/java/org/apache/druid/math/expr/Function.java:
##########
@@ -3724,6 +3724,44 @@ ExprEval doApply(ExprEval arrayExpr, ExprEval scalarExpr)
     }
   }
 
+  class ArrayScalarInFunction extends ArrayScalarFunction

Review Comment:
   I wonder if it would be possible to instead of adding a new native function 
- delegate all this work to the new type-aware native in filter @clintropolis 
have added?
   
   EDIT: now I see that the new typed in filter may not be available in all 
circumstances - as its not supported in defaultValue mode



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