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/14 08:23:32 UTC

[iotdb] branch Vector updated (e149592 -> 0867605)

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

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


    from e149592  Merge branch 'Vector' of https://github.com/apache/iotdb into Vector
     add fe23fad  fix write vector bug
     add 0867605  Merge branch 'Vector' of https://github.com/apache/iotdb into Vector

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/db/engine/flush/MemTableFlushTask.java  | 16 +++++++++++++---
 .../iotdb/db/engine/memtable/AbstractMemTable.java       | 11 ++++++++++-
 .../iotdb/db/engine/memtable/IWritableMemChunk.java      |  2 +-
 .../iotdb/db/engine/memtable/WritableMemChunk.java       |  4 ++--
 .../iotdb/db/engine/memtable/MemTableFlushTaskTest.java  |  7 ++++---
 .../iotdb/db/engine/memtable/PrimitiveMemTableTest.java  |  5 -----
 6 files changed, 30 insertions(+), 15 deletions(-)