This is an automated email from the ASF dual-hosted git repository.
rong pushed a commit to branch test-4
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/test-4 by this push:
new 0e7984b59d3 fix words
0e7984b59d3 is described below
commit 0e7984b59d3a1c467167c7114d49f537c81d070f
Author: Steve Yurong Su <[email protected]>
AuthorDate: Fri Jun 20 10:57:57 2025 +0800
fix words
---
.../src/main/java/org/apache/iotdb/confignode/manager/UDFManager.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/UDFManager.java
b/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/UDFManager.java
index d6d6e014698..59be1fd5a4f 100644
---
a/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/UDFManager.java
+++
b/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/UDFManager.java
@@ -152,7 +152,7 @@ public class UDFManager {
return RpcUtils.getStatus(
TSStatusCode.UDF_LOAD_CLASS_ERROR,
String.format(
- "Fail to validate UDF class [%s] for function [%s] in sandbox,
reason: %s",
+ "Fail to reflect or validate UDF class [%s] for function [%s] in
sandbox, reason: %s",
udfInformation.getClassName(),
udfInformation.getFunctionName(),
throwable.getMessage()));