This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a change to branch to-207-new
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 05ef7220388 [Bug fix] The partition table is cleaned incorrectly when
set only device TTL for tree mode (#17123)
new 681b80397d2 Pipe: Added parameter check to handshake of legacy
receiver (#16596)
new 23bf53ca982 Pipe: Banned the illegal names in pipe and pipe plugins
(#17145)
new f840c382ee7 Fixed the NPE when validating legacy sink (#17153)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../treemodel/auto/basic/IoTDBPipeDataSinkIT.java | 33 ++++-------
.../treemodel/auto/basic/IoTDBPipeSyntaxIT.java | 64 ++++++++++++++++++++++
.../legacy/IoTDBLegacyPipeReceiverAgent.java | 12 ++++
.../sink/protocol/legacy/IoTDBLegacyPipeSink.java | 11 ++--
.../config/executor/ClusterConfigTaskExecutor.java | 30 ++++++++--
.../org/apache/iotdb/commons/utils/FileUtils.java | 12 ++++
6 files changed, 131 insertions(+), 31 deletions(-)