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 9961bc8ba7 IGNITE-22480 Sql. Avoid compiling literal-only expressions 
when assembling a row for insert (#3922)
     add f7b371d89e IGNITE-22524 .NET: Add JobDescriptor to Compute API (#3954)

No new revisions were added by this update.

Summary of changes:
 .../Apache.Ignite.Tests/BasicAuthenticatorTests.cs |   4 +-
 .../Compute/ComputeClusterAwarenessTests.cs        |  11 +-
 .../Compute/ComputeTestExtensions.cs               |  65 -----------
 .../Apache.Ignite.Tests/Compute/ComputeTests.cs    | 127 +++++++++++----------
 .../PartitionAwarenessRealClusterTests.cs          |   4 +-
 .../Apache.Ignite.Tests/PartitionAwarenessTests.cs |   9 +-
 .../Proto/ColocationHashTests.cs                   |   7 +-
 .../Table/SchemaSynchronizationTest.cs             |   7 +-
 .../dotnet/Apache.Ignite/Compute/ICompute.cs       |  32 ++----
 .../Linq/QueryData.cs => Compute/JobDescriptor.cs} |  12 +-
 .../Apache.Ignite/Internal/Compute/Compute.cs      |  93 +++++++++------
 11 files changed, 158 insertions(+), 213 deletions(-)
 delete mode 100644 
modules/platforms/dotnet/Apache.Ignite.Tests/Compute/ComputeTestExtensions.cs
 copy modules/platforms/dotnet/Apache.Ignite/{Internal/Linq/QueryData.cs => 
Compute/JobDescriptor.cs} (68%)

Reply via email to