You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2021/06/03 09:32:39 UTC

[iotdb] branch vector_refactor updated (32a471f -> 3c6d411)

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

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


    from 32a471f  Fix test container and cpp client
     add 3c6d411  Update interface of InsertPlan

No new revisions were added by this update.

Summary of changes:
 .../cluster/log/applier/AsyncDataLogApplier.java   |  2 +-
 .../iotdb/cluster/log/applier/BaseApplier.java     |  2 +-
 .../iotdb/cluster/log/applier/DataLogApplier.java  |  4 +-
 .../apache/iotdb/cluster/metadata/CMManager.java   | 18 +++---
 .../iotdb/cluster/query/ClusterPlanRouter.java     | 10 +--
 .../apache/iotdb/cluster/utils/PartitionUtils.java |  2 +-
 .../org/apache/iotdb/cluster/common/IoTDBTest.java |  2 +-
 .../org/apache/iotdb/cluster/common/TestUtils.java |  4 +-
 .../cluster/log/applier/DataLogApplierTest.java    |  8 +--
 .../cluster/log/logtypes/SerializeLogTest.java     |  2 +-
 .../cluster/server/member/DataGroupMemberTest.java | 10 +--
 .../cluster/server/member/MetaGroupMemberTest.java |  6 +-
 .../org/apache/iotdb/VectorSessionExample.java     | 37 ++++++-----
 .../org/apache/iotdb/db/engine/StorageEngine.java  | 13 ++--
 .../iotdb/db/engine/memtable/AbstractMemTable.java |  6 +-
 .../engine/storagegroup/StorageGroupProcessor.java | 26 ++++----
 .../db/engine/storagegroup/TsFileProcessor.java    | 12 ++--
 .../org/apache/iotdb/db/metadata/MManager.java     | 24 ++++---
 .../org/apache/iotdb/db/mqtt/PublishHandler.java   |  2 +-
 .../db/qp/physical/crud/InsertMultiTabletPlan.java |  2 +-
 .../iotdb/db/qp/physical/crud/InsertPlan.java      | 30 ++++-----
 .../iotdb/db/qp/physical/crud/InsertRowPlan.java   | 67 ++++++++++----------
 .../physical/crud/InsertRowsOfOneDevicePlan.java   | 12 ++--
 .../iotdb/db/qp/physical/crud/InsertRowsPlan.java  |  2 +-
 .../db/qp/physical/crud/InsertTabletPlan.java      | 34 ++++++----
 .../org/apache/iotdb/db/service/TSServiceImpl.java | 30 +++------
 .../iotdb/db/sink/local/LocalIoTDBHandler.java     |  2 +-
 .../iotdb/db/writelog/recover/LogReplayer.java     | 14 ++---
 .../iotdb/db/engine/storagegroup/TTLTest.java      |  4 +-
 .../iotdb/db/metadata/MManagerBasicTest.java       |  6 +-
 .../iotdb/db/qp/physical/InsertRowPlanTest.java    |  6 +-
 .../iotdb/db/qp/physical/InsertTabletPlanTest.java |  4 +-
 .../java/org/apache/iotdb/session/Session.java     | 18 +++---
 .../apache/iotdb/session/IoTDBSessionSimpleIT.java | 30 ++++-----
 .../java/org/apache/iotdb/session/SessionUT.java   |  9 +--
 thrift/src/main/thrift/rpc.thrift                  |  4 +-
 .../apache/iotdb/tsfile/write/record/Tablet.java   | 56 ++++++++---------
 .../iotdb/tsfile/file/metadata/utils/Utils.java    | 73 ----------------------
 38 files changed, 257 insertions(+), 336 deletions(-)