This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a change to branch rc/2.0.6
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from fbb4c351b32 [maven-release-plugin] prepare for next development
iteration
new 533f0af6404 fix
new 155789d75b2 File sink
The 2 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:
.../dataregion/PipeDataRegionSinkConstructor.java | 4 +
.../scan/TsFileInsertionEventScanParser.java | 12 +-
.../iotdb/db/pipe/sink/protocol/ToFileSink.java | 369 +++++++++++++++++++++
.../agent/plugin/builtin/BuiltinPipePlugin.java | 2 +
4 files changed, 385 insertions(+), 2 deletions(-)
create mode 100644
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/ToFileSink.java