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

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


    from 6e7f25d33c IGNITE-22569 Java thin: fix SqlBatchException propagation 
(#3982)
     add 055b61f97c IGNITE-22539 .NET: Add JobTarget (#3993)

No new revisions were added by this update.

Summary of changes:
 .../Apache.Ignite.Tests/BasicAuthenticatorTests.cs |   5 +-
 .../Compute/ComputeClusterAwarenessTests.cs        |  19 +-
 .../Apache.Ignite.Tests/Compute/ComputeTests.cs    | 206 +++++++++++++--------
 .../PartitionAwarenessRealClusterTests.cs          |   8 +-
 .../Apache.Ignite.Tests/PartitionAwarenessTests.cs |  16 +-
 .../Proto/ColocationHashTests.cs                   |  17 +-
 .../Table/SchemaSynchronizationTest.cs             |  16 +-
 .../dotnet/Apache.Ignite.Tests/TestUtils.cs        |   3 +
 .../dotnet/Apache.Ignite.Tests/ToStringTests.cs    |   5 +-
 .../dotnet/Apache.Ignite/ClientOperationType.cs    |   2 +-
 .../dotnet/Apache.Ignite/Compute/ICompute.cs       |  51 +----
 .../IJobTarget.cs}                                 |  17 +-
 .../dotnet/Apache.Ignite/Compute/JobDescriptor.cs  |  12 +-
 .../dotnet/Apache.Ignite/Compute/JobTarget.cs      |  87 +++++++++
 .../Apache.Ignite/Internal/Compute/Compute.cs      | 130 ++++++-------
 15 files changed, 352 insertions(+), 242 deletions(-)
 copy 
modules/platforms/dotnet/Apache.Ignite/{Table/DataStreamerOperationType.cs => 
Compute/IJobTarget.cs} (79%)
 create mode 100644 modules/platforms/dotnet/Apache.Ignite/Compute/JobTarget.cs

Reply via email to