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 09:50:21 UTC

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

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 f3d6c13  Nullable memtable
     add a9f5d40  spotless

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/db/engine/memtable/AbstractMemTable.java | 3 ++-
 .../org/apache/iotdb/db/engine/memtable/IWritableMemChunk.java     | 5 ++---
 .../java/org/apache/iotdb/db/engine/memtable/WritableMemChunk.java | 3 ++-
 .../org/apache/iotdb/db/qp/physical/crud/InsertTabletPlan.java     | 1 +
 .../src/main/java/org/apache/iotdb/db/service/TSServiceImpl.java   | 7 +++++--
 .../src/main/java/org/apache/iotdb/db/utils/QueryDataSetUtils.java | 3 ++-
 .../main/java/org/apache/iotdb/db/utils/datastructure/TVList.java  | 1 +
 .../java/org/apache/iotdb/db/utils/datastructure/VectorTVList.java | 1 +
 .../java/org/apache/iotdb/db/qp/physical/InsertTabletPlanTest.java | 1 +
 .../org/apache/iotdb/db/utils/datastructure/VectorTVListTest.java  | 7 ++++---
 10 files changed, 21 insertions(+), 11 deletions(-)