This is an automated email from the ASF dual-hosted git repository.

haonan pushed a change to branch object_type
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 73c681a7c0d decide how to sync log
     new 60dc05ea16b dev
     new 156dfcc1f62 Merge branch 'object_type' of github.com:apache/iotdb into 
object_type
     new 0921520e1c4 refactor write

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:
 .../main/java/org/apache/iotdb/ObjectExample.java  | 70 +++++++++---------
 .../dataregion/DataExecutionVisitor.java           | 14 +++-
 .../execution/executor/RegionWriteExecutor.java    | 14 ++++
 .../plan/planner/plan/node/PlanNodeType.java       |  6 +-
 .../plan/planner/plan/node/PlanVisitor.java        |  5 ++
 .../planner/plan/node/write/InsertTabletNode.java  |  4 +-
 .../node/write/{FileNode.java => ObjectNode.java}  | 80 +++++++++++++--------
 .../node/write/RelationalInsertTabletNode.java     | 76 ++++++++++++--------
 .../iotdb/db/storageengine/StorageEngine.java      |  3 +
 .../db/storageengine/dataregion/DataRegion.java    | 54 +++++++++-----
 .../dataregion/memtable/TsFileProcessor.java       | 84 ++++++++--------------
 .../tsfile/generator/TsFileNameGenerator.java      | 12 ++++
 .../dataregion/wal/buffer/WALBuffer.java           |  4 +-
 .../dataregion/wal/buffer/WALEntry.java            |  6 +-
 .../dataregion/wal/buffer/WALInfoEntry.java        |  4 +-
 .../dataregion/wal/node/IWALNode.java              |  4 +-
 .../dataregion/wal/node/WALFakeNode.java           |  4 +-
 .../storageengine/dataregion/wal/node/WALNode.java |  8 +--
 .../org/apache/iotdb/db/utils/ObjectWriter.java    | 14 ++--
 19 files changed, 272 insertions(+), 194 deletions(-)
 rename 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/planner/plan/node/write/{FileNode.java
 => ObjectNode.java} (72%)

Reply via email to