luoluoyuyu commented on code in PR #17676:
URL: https://github.com/apache/iotdb/pull/17676#discussion_r3309380193
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcda/OpcDaServerHandle.java:
##########
@@ -71,11 +79,19 @@ public class OpcDaServerHandle implements Closeable {
private final OpcDaHeader.IOPCSyncIO syncIO;
private final Map<String, Integer> serverHandleMap = new
ConcurrentHashMap<>();
private final Map<String, Long> serverTimestampMap = new
ConcurrentHashMap<>();
+ private final TableModelItemIdEncodingConfig tableModelItemIdEncodingConfig;
Review Comment:
TableModelItemIdEncodingConfig is stored per server handle. Confirm encoding
defaults match connector parameter keys documented for table-model OPC DA sinks.
--
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]