clintropolis commented on a change in pull request #7950: Add array_slice and
array_unshift function expr
URL: https://github.com/apache/incubator-druid/pull/7950#discussion_r296868264
##########
File path: core/src/main/java/org/apache/druid/math/expr/Function.java
##########
@@ -258,7 +258,7 @@ public ExprEval apply(List<Expr> args, Expr.ObjectBinding
bindings)
public void validateArguments(List<Expr> args)
{
if (args.size() != 2) {
- throw new IAE("Function[%s] needs 2 argument", name());
+ throw new IAE("Function[%s] needs 2 arguments", name());
Review comment:
thanks :+1:
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]