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/11/24 08:36:41 UTC

[iotdb] branch delete_aligned updated (3bdd9dc -> 6561f9e)

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

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


    from 3bdd9dc  optmize
     add 6561f9e  Modify IT and fix bugs

No new revisions were added by this update.

Summary of changes:
 .../engine/memtable/AlignedWritableMemChunk.java   | 19 ++++-
 .../memtable/AlignedWritableMemChunkGroup.java     | 19 ++++-
 .../db/engine/memtable/IWritableMemChunk.java      |  3 -
 .../iotdb/db/engine/memtable/WritableMemChunk.java |  5 --
 .../db/utils/datastructure/AlignedTVList.java      | 86 +++++++++++++++++++---
 ...gregationWithoutValueFilterWithDeletion2IT.java |  3 -
 ...ggregationWithoutValueFilterWithDeletionIT.java |  3 -
 .../aligned/IoTDBLastQueryWithDeletion2IT.java     |  3 -
 .../aligned/IoTDBLastQueryWithDeletionIT.java      |  3 -
 ...DBLastQueryWithoutLastCacheWithDeletion2IT.java |  3 -
 ...TDBLastQueryWithoutLastCacheWithDeletionIT.java |  4 +-
 ...oTDBRawQueryWithValueFilterWithDeletion2IT.java |  4 +-
 ...IoTDBRawQueryWithValueFilterWithDeletionIT.java |  6 +-
 13 files changed, 110 insertions(+), 51 deletions(-)