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/02/15 10:22:51 UTC

[ignite-3] branch main updated (25e46c8 -> 6dfbbfe)

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 25e46c8  IGNITE-15913 Merge SQL calcite running query registry to 3.0 (#648)
     add 6dfbbfe  IGNITE-16527 Reduced byte arrays allocation in usages of SearchRow interface. (#654)

No new revisions were added by this update.

Summary of changes:
 .../apache/ignite/internal/storage/SearchRow.java  |  8 ++--
 .../internal/storage/basic/BinarySearchRow.java    | 21 +++++-----
 .../{SimpleDataRow.java => DelegatingDataRow.java} | 28 ++++++-------
 .../internal/storage/basic/SimpleDataRow.java      | 11 +++--
 .../storage/AbstractPartitionStorageTest.java      |  4 +-
 .../storage/rocksdb/RocksDbPartitionStorage.java   | 48 +++++++++++++---------
 .../storage/rocksdb/index/ByteArraySearchRow.java  |  5 +--
 .../table/distributed/raft/PartitionListener.java  |  9 ++--
 .../distributed/storage/VersionedRowStore.java     |  4 +-
 9 files changed, 72 insertions(+), 66 deletions(-)
 copy modules/storage-api/src/main/java/org/apache/ignite/internal/storage/basic/{SimpleDataRow.java => DelegatingDataRow.java} (74%)