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/11/02 07:56:18 UTC

[iotdb] branch new_vector updated (554392c -> 04c7bc2)

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

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


    from 554392c  support query a non-exsit measurement in vector
     add ce47dbe  rename
     add 04c7bc2  Merge branch 'new_vector' of https://github.com/apache/iotdb into new_vector

No new revisions were added by this update.

Summary of changes:
 .../db/engine/memtable/VectorWritableMemChunk.java |  4 +--
 .../apache/iotdb/db/metadata/path/PartialPath.java | 30 ++++++++++------------
 .../java/org/apache/iotdb/db/utils/QueryUtils.java |  3 +--
 .../iotdb/tsfile/file/metadata/ChunkMetadata.java  |  2 ++
 ...WriterImpl.java => AlignedChunkWriterImpl.java} |  4 +--
 .../tsfile/write/chunk/ChunkGroupWriterImpl.java   |  2 +-
 ...plTest.java => AlignedChunkWriterImplTest.java} |  8 +++---
 7 files changed, 25 insertions(+), 28 deletions(-)
 rename tsfile/src/main/java/org/apache/iotdb/tsfile/write/chunk/{VectorChunkWriterImpl.java => AlignedChunkWriterImpl.java} (98%)
 rename tsfile/src/test/java/org/apache/iotdb/tsfile/write/writer/{VectorChunkWriterImplTest.java => AlignedChunkWriterImplTest.java} (96%)