FrankChen021 commented on code in PR #12995: URL: https://github.com/apache/druid/pull/12995#discussion_r958192878
########## 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: Why does this class inherit `IllegalArgumentException` instead of `IAE`? I'm a little bit confused. -- 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]
