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/06/03 14:46:53 UTC

[ignite-3] branch main updated (3f4a02c5a -> 65067065a)

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 3f4a02c5a IGNITE-17072 Added docs for OpenAPI
     add 65067065a IGNITE-17009 Support fragmented RowVersions (#847)

No new revisions were added by this update.

Summary of changes:
 .../datapage/ReadPageMemoryRowValue.java           |  8 ++-
 .../storage/AbstractMvPartitionStorageTest.java    |  4 +-
 .../pagememory/VolatilePageMemoryDataRegion.java   |  6 ++
 .../mv/PageMemoryMvPartitionStorage.java           |  6 +-
 .../storage/pagememory/mv/PartitionlessLinks.java  | 11 ++++
 .../internal/storage/pagememory/mv/Timestamps.java | 16 +++++-
 .../storage/pagememory/mv/io/RowVersionDataIo.java | 46 ++++++++++++---
 .../mv/PageMemoryMvPartitionStorageTest.java       | 65 ++++++++++++++++++++++
 8 files changed, 144 insertions(+), 18 deletions(-)