You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ib...@apache.org on 2022/08/08 11:49:03 UTC

[ignite-3] branch main updated (45195ad48 -> 188e63f2f)

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

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


    from 45195ad48 IGNITE-17225 Page replacement for persistent data region is not fully ported (#981)
     add 188e63f2f IGNITE-17468 Rename SortedIndexMvStorage to SortedIndexStorage (#983)

No new revisions were added by this update.

Summary of changes:
 .../storage/index/SortedIndexDescriptor.java       |  2 +-
 .../storage/index/SortedIndexMvStorage.java        | 97 ----------------------
 .../internal/storage/index/SortedIndexStorage.java | 57 +++++++++----
 ...st.java => AbstractSortedIndexStorageTest.java} | 58 ++++++-------
 ...geTest.java => TestSortedIndexStorageTest.java} | 10 +--
 .../internal/storage/index/impl/TestIndexRow.java  |  8 +-
 ...xMvStorage.java => TestSortedIndexStorage.java} |  6 +-
 7 files changed, 83 insertions(+), 155 deletions(-)
 delete mode 100644 modules/storage-api/src/main/java/org/apache/ignite/internal/storage/index/SortedIndexMvStorage.java
 rename modules/storage-api/src/test/java/org/apache/ignite/internal/storage/index/{AbstractSortedIndexMvStorageTest.java => AbstractSortedIndexStorageTest.java} (93%)
 rename modules/storage-api/src/test/java/org/apache/ignite/internal/storage/index/{TestSortedIndexMvStorageTest.java => TestSortedIndexStorageTest.java} (77%)
 rename modules/storage-api/src/test/java/org/apache/ignite/internal/storage/index/impl/{TestSortedIndexMvStorage.java => TestSortedIndexStorage.java} (96%)