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

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


    from be6857f2122 fixIT
     new 20de362647e Optimize memtable region scan (#16883)
     new d241ae66823 Bump ratis to apache 3.2.1 (#16801)
     new 3753f6c7479 Switch to at.yawk.lz4:lz4-java:1.10.0 (#16871)
     new 30d6845c2b8 Bump at.yawk.lz4:lz4-java from 1.10.0 to 1.10.1 (#16874)
     new 914430555c4 Correct the dependencies.json

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE-binary                                     |   4 +-
 dependencies.json                                  | 341 +++++++++----------
 iotdb-client/session/pom.xml                       |  14 +
 iotdb-core/confignode/pom.xml                      |   2 +-
 iotdb-core/consensus/pom.xml                       |  14 +-
 iotdb-core/datanode/pom.xml                        |   2 +-
 .../db/storageengine/dataregion/DataRegion.java    |   6 +-
 .../dataregion/memtable/AbstractMemTable.java      |  86 +++--
 .../memtable/AlignedWritableMemChunk.java          | 132 ++++++--
 .../dataregion/memtable/IMemTable.java             |   6 +-
 .../dataregion/memtable/TsFileProcessor.java       |  18 +-
 .../dataregion/memtable/WritableMemChunk.java      |  52 +--
 .../memtable/WritableMemChunkRegionScanTest.java   | 359 +++++++++++++++++++++
 iotdb-core/node-commons/pom.xml                    |   2 +-
 pom.xml                                            |  32 +-
 15 files changed, 794 insertions(+), 276 deletions(-)
 create mode 100644 
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/memtable/WritableMemChunkRegionScanTest.java

Reply via email to