We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341cb2d commit 109a3fcCopy full SHA for 109a3fc
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/server/OpcUaNameSpace.java
@@ -180,7 +180,7 @@ private void transferTabletRowForClientServerModel(
180
UaNode folderNode = null;
181
NodeId folderNodeId;
182
for (int i = 0;
183
- i < (Objects.isNull(sink.valueName) ? segments.length : segments.length - 1);
+ i < (Objects.isNull(sink.getValueName()) ? segments.length : segments.length - 1);
184
++i) {
185
final String segment = segments[i];
186
final UaNode nextFolderNode;
0 commit comments