You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by is...@apache.org on 2023/01/24 13:43:49 UTC

[ignite-3] branch main updated (31abe6f849 -> ba4fb5b049)

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

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


    from 31abe6f849 IGNITE-18227: Sql. Refactoring scan nodes and add support RO index scans (#1469)
     add ba4fb5b049 IGNITE-18583 Fix C++ build (#1548)

No new revisions were added by this update.

Summary of changes:
 modules/platforms/cpp/DEVNOTES.md                  | 49 ++++++++++++-----
 .../ignite/client/detail/cluster_connection.cpp    | 21 ++++---
 .../{ignite_logger.h => detail/logger_wrapper.h}   | 64 ++++++++++++++--------
 .../cpp/ignite/client/detail/node_connection.h     |  5 ++
 .../platforms/cpp/ignite/client/ignite_logger.h    |  6 ++
 .../platforms/cpp/tests/client-test/gtest_logger.h |  4 ++
 .../cpp/tests/client-test/ignite_client_test.cpp   |  2 +-
 .../cpp/tests/client-test/ignite_runner_suite.h    | 18 +++++-
 modules/platforms/cpp/tests/client-test/main.cpp   | 34 ++++++------
 .../tests/client-test/record_binary_view_test.cpp  |  2 +-
 .../platforms/cpp/tests/client-test/sql_test.cpp   |  6 +-
 .../cpp/tests/client-test/tables_test.cpp          | 10 ++--
 .../cpp/tests/client-test/transactions_test.cpp    |  2 +-
 .../cpp/tests/test-common/ignite_runner.cpp        | 14 +++--
 .../cpp/tests/test-common/ignite_runner.h          |  4 +-
 .../platforms/cpp/tests/test-common/test_utils.cpp | 12 +++-
 .../platforms/cpp/tests/test-common/test_utils.h   | 17 ++++++
 17 files changed, 185 insertions(+), 85 deletions(-)
 copy modules/platforms/cpp/ignite/client/{ignite_logger.h => detail/logger_wrapper.h} (53%)