You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2021/03/17 13:39:44 UTC

[iotdb] branch Vector updated (6da8f8b -> f2f3119)

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

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


    from 6da8f8b  Revert "optimize allocate and release VectorTVList"
     add c09ad11  fix query bug
     add 27ba41e  resolve conflicts
     add 302255d  fix bug
     add 15cda90  format code
     add f2f3119  Merge branch 'Vector' of https://github.com/apache/incubator-iotdb into Vector

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/metadata/MManager.java     | 52 ++++++++++++----------
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  1 +
 .../iotdb/db/metadata/VectorPartialPath.java       | 21 ---------
 .../dataset/RawQueryDataSetWithoutValueFilter.java |  6 +--
 .../db/query/reader/series/VectorSeriesReader.java | 26 ++++++++---
 .../apache/iotdb/tsfile/read/common/BatchData.java |  1 +
 .../read/reader/chunk/VectorChunkReader.java       |  2 +-
 .../apache/iotdb/tsfile/write/page/PageWriter.java |  1 -
 8 files changed, 56 insertions(+), 54 deletions(-)