Skip to content

Commit 0abc6b2

Browse files
committed
object
1 parent 74a917c commit 0abc6b2

File tree

1 file changed

+1
-0
lines changed
  • iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/server

1 file changed

+1
-0
lines changed

iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/server/OpcUaNameSpace.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ public static NodeId convertToOpcDataType(final TSDataType type) {
510510
case STRING:
511511
return Identifiers.String;
512512
case VECTOR:
513+
case OBJECT:
513514
case UNKNOWN:
514515
default:
515516
throw new PipeRuntimeNonCriticalException("Unsupported data type: " + type);

0 commit comments

Comments
 (0)