You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sd...@apache.org on 2022/10/17 14:07:57 UTC

[ignite-3] branch main updated (c9c63a82c2 -> e161a3d30b)

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

sdanilov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    from c9c63a82c2 IGNITE-17816:Sort out and merge Calcite tickets to Ignite 3.0 (step 7) (#1195)
     add e161a3d30b IGNITE-17864 Optimize scan(HybridTimestamp.MAX_VALUE) and read(HybridTimestamp.MAX_VALUE) (#1207)

No new revisions were added by this update.

Summary of changes:
 .../apache/ignite/internal/storage/ReadResult.java |  10 +-
 .../ignite/internal/storage/ReadResultTest.java}   |  16 +-
 .../storage/AbstractMvPartitionStorageTest.java    | 150 +++++-
 .../mv/AbstractPageMemoryMvPartitionStorage.java   | 244 +++------
 .../storage/rocksdb/RocksDbMvPartitionStorage.java | 585 ++++++++++-----------
 5 files changed, 490 insertions(+), 515 deletions(-)
 copy modules/{raft/src/test/java/org/apache/ignite/raft/jraft/storage/impl/UnlimitedBudgetTest.java => storage-api/src/test/java/org/apache/ignite/internal/storage/ReadResultTest.java} (74%)