This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a commit to branch client-opc
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/client-opc by this push:
new 109a3fc04b5 cj
109a3fc04b5 is described below
commit 109a3fc04b5cd199e3279650afc6d54d3c1eff8a
Author: Caideyipi <[email protected]>
AuthorDate: Mon Dec 22 14:55:22 2025 +0800
cj
---
.../apache/iotdb/db/pipe/sink/protocol/opcua/server/OpcUaNameSpace.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/server/OpcUaNameSpace.java
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/server/OpcUaNameSpace.java
index 0a13fc34865..6a4581dec46 100644
---
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/server/OpcUaNameSpace.java
+++
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/server/OpcUaNameSpace.java
@@ -180,7 +180,7 @@ public class OpcUaNameSpace extends
ManagedNamespaceWithLifecycle {
UaNode folderNode = null;
NodeId folderNodeId;
for (int i = 0;
- i < (Objects.isNull(sink.valueName) ? segments.length :
segments.length - 1);
+ i < (Objects.isNull(sink.getValueName()) ? segments.length :
segments.length - 1);
++i) {
final String segment = segments[i];
final UaNode nextFolderNode;