This is an automated email from the ASF dual-hosted git repository.
yongzao pushed a change to branch integrate-chronos2
in repository https://gitbox.apache.org/repos/asf/iotdb.git
omit 8dddf91aee0 finish
omit b7cc82dd199 revert useless code updates
omit 13664102bae Update pipeline_chronos2.py
omit 795bbbb2479 Update model_info.py
omit e4ae9cddf1f revert updates
omit 92894c66643 runnable version
omit 580ee77583a submit 4 test
add ca26dd36ce4 Pipe: Optimized the key reducer logic & OPC UA sink reuse
logic & value + quality in OPC UA tree client-server model (#16921)
add fd7a3f2c237 Update pyproject.toml (#16931)
add 6167e8a6165 submit 4 test
add f4a562b5804 runnable version
add a55b5f5d877 revert updates
add 1621edad2f2 Update model_info.py
add 4d17e8f4797 Update pipeline_chronos2.py
add 837312ffae9 revert useless code updates
add b611c704e6c finish
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (8dddf91aee0)
\
N -- N -- N refs/heads/integrate-chronos2 (b611c704e6c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
iotdb-api/pipe-api/pom.xml | 5 +
.../api/customizer/parameter/PipeParameters.java | 31 +++--
.../customizer/parameter/PipeParametersTest.java | 19 ++-
.../pipe/sink/protocol/opcua/OpcUaNameSpace.java | 128 +++++++++++++--------
.../db/pipe/sink/protocol/opcua/OpcUaSink.java | 71 ++++++++----
.../apache/iotdb/db/pipe/sink/PipeSinkTest.java | 101 ++++++++++++++++
.../pipe/config/constant/PipeSinkConstant.java | 12 ++
7 files changed, 285 insertions(+), 82 deletions(-)
copy
iotdb-client/service-rpc/src/test/java/org/apache/iotdb/rpc/TSStatusCodeTest.java
=>
iotdb-api/pipe-api/src/test/java/org/apache/iotdb/pipe/api/customizer/parameter/PipeParametersTest.java
(57%)