Skip to content

Commit

Permalink
pick from #26131
Browse files Browse the repository at this point in the history
  • Loading branch information
morningman committed Oct 30, 2023
1 parent b25caed commit 197f67f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ protected void init(TJavaUdfExecutorCtorParams request, String jarPath, Type fun
continue;
}
method = m;
evaluateIndex = methodAccess.getIndex(UDF_FUNCTION_NAME);
evaluateIndex = methodAccess.getIndex(UDF_FUNCTION_NAME, argClass);
Pair<Boolean, JavaUdfDataType> returnType;
if (argClass.length == 0 && parameterTypes.length == 0) {
// Special case where the UDF doesn't take any input args
Expand Down

0 comments on commit 197f67f

Please sign in to comment.