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

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


    from a898a1c1ac3 fix
     add 22003b175f2 fix: synchronized method in 
ThreadSafeMemoryReservationManager (#16954)
     add bd434e37d5c [AINode] Bump version of hmmlearn to 0.3.3 (#16952)
     add 1e19eaead87 fix LastQueryScanNode sort #16955
     add b4a3e2e52b2 fix: reserve memory for sorting indices during query 
execution (#16960)
     add 9d9902fa685 Fix insert object segment error when use multiple dirs 
(#16965)
     add 817ced048dc Merge branch 'master' into fixMemTableQueryBug

No new revisions were added by this update.

Summary of changes:
 iotdb-core/ainode/pyproject.toml                   |   2 +-
 .../fragment/FragmentInstanceContext.java          |  11 ++-
 .../plan/planner/distribution/SourceRewriter.java  |   7 +-
 .../memory/ThreadSafeMemoryReservationManager.java |   4 +-
 .../plan/node/source/LastQueryScanNode.java        |   4 +
 .../schemaregion/utils/ResourceByPathUtils.java    |   4 +-
 .../db/storageengine/dataregion/DataRegion.java    |  18 +++-
 .../memtable/AbstractWritableMemChunk.java         |   4 +-
 .../memtable/AlignedReadOnlyMemChunk.java          |  37 +++++++-
 .../dataregion/memtable/ReadOnlyMemChunk.java      |  29 ++++++
 .../db/utils/datastructure/AlignedTVList.java      |   2 +-
 .../iotdb/db/utils/datastructure/TVList.java       |  21 ++++-
 .../fragment/FragmentInstanceExecutionTest.java    | 102 ++++++++++++++++++++-
 .../plan/planner/distribution/LastQueryTest.java   |  57 ++++++++++++
 14 files changed, 279 insertions(+), 23 deletions(-)

Reply via email to