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

amashenkov pushed a commit to branch ignite-26156
in repository https://gitbox.apache.org/repos/asf/ignite-3.git

commit 6a8911859859932ada5c4f5de8a794d0366d18ff
Merge: 2b2303bb03f d5ef1e4d4f0
Author: amashenkov <[email protected]>
AuthorDate: Mon Sep 15 12:01:22 2025 +0300

    Merge branch 'main' into ignite-26156

 docs/_docs/developers-guide/clients/overview.adoc  |  83 ++++
 .../apache/ignite/example/sql/SqlApiExample.java   |  23 +
 gradle/libs.versions.toml                          |   6 +-
 .../org/apache/ignite/internal/util}/FastCrc.java  |  10 +-
 .../apache/ignite/internal/util}/FastCrcTest.java  |   6 +-
 .../persistence/store/AbstractFilePageStoreIo.java |   2 +-
 modules/platforms/cpp/ignite/common/detail/bytes.h |  18 +-
 .../cpp/ignite/common/detail/string_utils.h        |   1 +
 .../cpp/tests/client-test/ignite_client_test.cpp   |   1 +
 .../cpp/tests/client-test/transactions_test.cpp    |   1 +
 .../raft/storage/segstore/SegmentFile.java         | 200 +++++++++
 .../raft/storage/segstore/SegmentFileManager.java  | 248 +++++++++++
 .../raft/storage/segstore/SegstoreLogStorage.java  | 164 +++++++
 .../storage/segstore/SegmentFileManagerTest.java   | 312 ++++++++++++++
 .../raft/storage/segstore/SegmentFileTest.java     | 475 +++++++++++++++++++++
 .../storage/segstore/SegstoreLogStorageTest.java   | 216 ++++++++++
 .../sql/engine/exec/NodeWithConsistencyToken.java  |   9 +-
 .../engine/exec/PartitionWithConsistencyToken.java |  15 +-
 18 files changed, 1765 insertions(+), 25 deletions(-)

Reply via email to