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

[iotdb] branch InsertRowVector updated (2d93128 -> d3ef756)

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

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


    from 2d93128  add more tests
     add 92adc9c  make compile successful
     add 47ff99c  Merge branch 'Vector' of https://github.com/apache/iotdb into InsertRowVector
     add d3ef756  fix a lot of tests

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/cluster/metadata/CMManager.java   |  3 ++-
 .../iotdb/db/engine/memtable/AbstractMemTable.java |  3 ++-
 .../iotdb/db/qp/physical/crud/InsertRowPlan.java   |  6 ------
 .../db/qp/physical/crud/InsertTabletPlan.java      |  9 ++++++++
 .../java/org/apache/iotdb/db/utils/MemUtils.java   | 25 ++++++++++++++++++++++
 .../db/engine/memtable/MemTableTestUtils.java      | 10 ++++-----
 .../db/integration/IOTDBInsertAlignedValuesIT.java |  2 ++
 .../org/apache/iotdb/db/utils/MemUtilsTest.java    |  2 +-
 .../iotdb/db/writelog/recover/LogReplayerTest.java |  2 +-
 9 files changed, 47 insertions(+), 15 deletions(-)