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 35ef7213b0 IGNITE-21877 Fix column deserialization order in
ClientKeyValueView (#3526)
add f139cbbfe8 IGNITE-21335 C++ 3.0: Implement job_execution_options
(#3524)
No new revisions were added by this update.
Summary of changes:
.../cpp/ignite/client/compute/compute.cpp | 13 ++--
.../platforms/cpp/ignite/client/compute/compute.h | 36 ++++++-----
.../cpp/ignite/client/compute/job_execution.h | 2 +-
.../ignite/client/compute/job_execution_options.h | 70 ++++++++++++++++++++++
.../ignite/client/detail/compute/compute_impl.cpp | 24 ++++----
.../ignite/client/detail/compute/compute_impl.h | 9 ++-
.../client/detail/compute/job_execution_impl.h | 2 +-
.../cpp/tests/client-test/compute_test.cpp | 58 +++++++++---------
.../client-test/schema_synchronization_test.cpp | 2 +-
.../cpp/tests/test-common/basic_auth_test_suite.h | 2 +-
10 files changed, 151 insertions(+), 67 deletions(-)
create mode 100644
modules/platforms/cpp/ignite/client/compute/job_execution_options.h