clintropolis commented on code in PR #12995:
URL: https://github.com/apache/druid/pull/12995#discussion_r964036098


##########
core/src/main/java/org/apache/druid/math/expr/ApplyFunction.java:
##########
@@ -114,6 +150,14 @@ default boolean hasArrayOutput(LambdaExpr lambdaExpr)
   @Nullable
   ExpressionType getOutputType(Expr.InputBindingInspector inspector, 
LambdaExpr expr, List<Expr> args);
 
+  class ValidationException extends IllegalArgumentException

Review Comment:
   initially did not extend it because it didn't add that much, but I reworked 
stuff a bit and now `ExpressionValidationException` does extend `IAE` and added 
`ExpressionProcessingException` which extends `ISE`.



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