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/18 10:46:23 UTC

[iotdb] branch ty_new_vector updated (b88b023 -> b6895f5)

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

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


    from b88b023  Support RawQueryWithoutValue in aligned timeseries
     add b6895f5  fix unseq bug

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/db/metadata/path/AlignedPath.java | 45 +++++++++++++++-------
 .../metadata/MemAlignedChunkMetadataLoader.java    |  4 +-
 .../iotdb/db/query/reader/series/SeriesReader.java | 18 +++++++--
 .../org/apache/iotdb/db/utils/FileLoaderUtils.java |  8 ----
 .../db/integration/aligned/AlignedWriteUtil.java   |  4 ++
 .../aligned/IoTDBRawQueryWithoutValueFilterIT.java | 32 +++++++--------
 ...DBRawQueryWithoutValueFilterWithDeletionIT.java | 28 +++++++-------
 7 files changed, 82 insertions(+), 57 deletions(-)