mirror of https://github.com/apache/druid.git
typo
This commit is contained in:
parent
41df3e1f11
commit
51c0393455
|
@ -57,7 +57,7 @@ public class JavaScriptPostAggregator implements PostAggregator
|
|||
|
||||
final ScriptableObject scope = context.initStandardObjects();
|
||||
|
||||
final org.mozilla.javascript.Function fn = context.compileFunction(scope, function, "aggregate", 1, null);
|
||||
final org.mozilla.javascript.Function fn = context.compileFunction(scope, function, "fn", 1, null);
|
||||
Context.exit();
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue