This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a change to branch api-13
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from c2c27294f8b [To dev/1.3] Cherry-pick some CVE fixes (#16901)
new 2c8649f3f8b Pipe: Implemented the processTabletWithCollect api with
tablet collector (#16930)
new af1eb3623e7 patch
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:
.../{RowCollector.java => DataCollector.java} | 17 +++----
.../{RowCollector.java => TabletCollector.java} | 14 +++---
.../event/dml/insertion/TabletInsertionEvent.java | 11 +++++
.../db/pipe/event/common/row/PipeRowCollector.java | 20 ++------
.../tablet/PipeInsertNodeTabletInsertionEvent.java | 12 +++++
.../common/tablet/PipeRawTabletEventConverter.java | 50 ++++++++++++++++++++
.../common/tablet/PipeRawTabletInsertionEvent.java | 11 +++++
.../event/common/tablet/PipeTabletCollector.java | 53 ++++++++++++++++++++++
.../tablet/TabletInsertionDataContainer.java | 8 ++++
.../event/TsFileInsertionDataContainerTest.java | 34 ++++++++------
10 files changed, 185 insertions(+), 45 deletions(-)
copy
iotdb-api/pipe-api/src/main/java/org/apache/iotdb/pipe/api/collector/{RowCollector.java
=> DataCollector.java} (71%)
copy
iotdb-api/pipe-api/src/main/java/org/apache/iotdb/pipe/api/collector/{RowCollector.java
=> TabletCollector.java} (78%)
create mode 100644
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/event/common/tablet/PipeRawTabletEventConverter.java
create mode 100644
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/event/common/tablet/PipeTabletCollector.java