clintropolis commented on code in PR #12995: URL: https://github.com/apache/druid/pull/12995#discussion_r964034981
########## 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: reworked stuff to share exception handling between `Function`, `ApplyFunction`, and `ExprMacro`, and consolidated the exceptions to `ExpressionValidationException` and `ExpressionProcessingException`. -- 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]
