zhangstar333 commented on code in PR #54733:
URL: https://github.com/apache/doris/pull/54733#discussion_r2281148539


##########
be/src/vec/functions/function_java_udf.h:
##########
@@ -143,9 +140,7 @@ class JavaFunctionCall : public IFunctionBase {
                 return status;
             }
             env->CallNonvirtualVoidMethodA(executor, executor_cl, 
executor_close_id, nullptr);

Review Comment:
   RETURN_IF_ERROR(JniUtil::GetJniExceptionMsg(env));
   this function will check the error of env



-- 
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]

Reply via email to