This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a change to branch air-gap-local
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from d9b692bcca7 Pipe: Changed the separator check semantic for pipes /
pipe plugins (#17175)
add 861d3eec35b Pipe: Fixed the idempotent semantic for MULTIPLE_ERROR
(#17177)
No new revisions were added by this update.
Summary of changes:
.../auto/enhanced/IoTDBPipeIdempotentIT.java | 2 -
.../protocol/thrift/IoTDBDataNodeReceiver.java | 4 +-
.../visitor/PipeStatementTSStatusVisitor.java | 219 ++++++++++-----------
...leStatementDataTypeConvertExecutionVisitor.java | 12 +-
...eeStatementDataTypeConvertExecutionVisitor.java | 10 +-
.../receiver/PipeStatementTsStatusVisitorTest.java | 65 ++++++
6 files changed, 180 insertions(+), 132 deletions(-)
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/pipe/receiver/PipeStatementTsStatusVisitorTest.java