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 60acfd0922 IGNITE-19626 .NET: Propagate compute deployment units 
(#2248)
     add 6e225a7738 IGNITE-19625 C++ Compute API supports deployment units  
(#2257)

No new revisions were added by this update.

Summary of changes:
 modules/platforms/cpp/ignite/client/CMakeLists.txt |   1 +
 .../cpp/ignite/client/compute/compute.cpp          |  18 +--
 .../platforms/cpp/ignite/client/compute/compute.h  |  42 ++++--
 .../cpp/ignite/client/compute/deployment_unit.h    |  81 +++++++++++
 .../ignite/client/detail/compute/compute_impl.cpp  |  44 ++++--
 .../ignite/client/detail/compute/compute_impl.h    |   9 +-
 modules/platforms/cpp/ignite/protocol/writer.h     |   9 ++
 .../tests/client-test/basic_authenticator_test.cpp |   2 +-
 .../cpp/tests/client-test/compute_test.cpp         | 159 +++++++++++++++++++--
 9 files changed, 312 insertions(+), 53 deletions(-)
 create mode 100644 
modules/platforms/cpp/ignite/client/compute/deployment_unit.h

Reply via email to