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/30 08:50:46 UTC

[iotdb] branch NullableVector updated (b0a98f5 -> f3d6c13)

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

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


    from b0a98f5  Merge branch 'Vector' of https://github.com/apache/iotdb into NullableVector
     add f3d6c13  Nullable memtable

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/engine/flush/MemTableFlushTask.java   | 13 ++--
 .../iotdb/db/engine/memtable/AbstractMemTable.java | 21 ++++---
 .../db/engine/memtable/IWritableMemChunk.java      | 19 +++---
 .../iotdb/db/engine/memtable/WritableMemChunk.java | 33 +++++-----
 .../db/engine/querycontext/ReadOnlyMemChunk.java   |  3 +
 .../db/qp/physical/crud/InsertTabletPlan.java      | 31 ++++++++--
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  2 +
 .../apache/iotdb/db/utils/QueryDataSetUtils.java   | 14 ++++-
 .../iotdb/db/utils/datastructure/TVList.java       |  4 +-
 .../iotdb/db/utils/datastructure/VectorTVList.java | 71 +++++++++++++++++++++-
 .../iotdb/db/qp/physical/InsertTabletPlanTest.java | 45 +++++++++++++-
 .../db/utils/datastructure/VectorTVListTest.java   |  8 ++-
 .../org/apache/iotdb/session/SessionUtils.java     |  6 +-
 .../apache/iotdb/tsfile/write/record/BitMap.java   | 37 +++--------
 .../apache/iotdb/tsfile/write/record/Tablet.java   | 11 +++-
 15 files changed, 233 insertions(+), 85 deletions(-)