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/31 09:31:37 UTC

[iotdb] branch NullableVector updated (a9f5d40 -> 97b85a9)

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 a9f5d40  spotless
     add b6d75a4  send bitmap from session client optionally
     add 97b85a9  supported

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/VectorSessionExample.java     | 13 ++++++--
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  2 +-
 .../db/qp/physical/crud/InsertTabletPlan.java      |  2 --
 .../apache/iotdb/db/utils/QueryDataSetUtils.java   | 11 ++++---
 .../iotdb/db/utils/datastructure/VectorTVList.java | 12 ++++----
 .../iotdb/db/qp/physical/InsertTabletPlanTest.java |  6 ----
 .../org/apache/iotdb/session/SessionUtils.java     | 35 +++++++++++++---------
 .../apache/iotdb/tsfile/write/record/BitMap.java   |  4 +--
 .../apache/iotdb/tsfile/write/record/Tablet.java   | 18 ++++++-----
 9 files changed, 58 insertions(+), 45 deletions(-)