You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2022/12/28 15:30:31 UTC

[ignite-3] branch main updated (d71c8523e1 -> 14c30f2379)

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 d71c8523e1 IGNITE-18467: Sql. RexLiteral cache work incorrect for dynamic parameters in case nested function - Fixes #1481.
     add 14c30f2379 IGNITE-18247 .NET: LINQ: Add support for operators and functions (#1468)

No new revisions were added by this update.

Summary of changes:
 .../dotnet/Apache.Ignite.Tests/IgniteTestsBase.cs  |   1 +
 .../Linq/LinqTests.Functions.cs                    | 310 ++++++++++++++++++++
 .../dotnet/Apache.Ignite.Tests/Linq/LinqTests.cs   |   6 +
 .../Internal/Linq/IgniteQueryExpressionVisitor.cs  |  29 +-
 .../Apache.Ignite/Internal/Linq/MethodVisitor.cs   | 320 ++++++++++++---------
 .../Apache.Ignite/Internal/Linq/ResultSelector.cs  |   3 +-
 .../Table/Serialization/ILGeneratorExtensions.cs   |   5 +
 .../runner/app/PlatformTestNodeRunner.java         |   1 +
 8 files changed, 528 insertions(+), 147 deletions(-)
 create mode 100644 modules/platforms/dotnet/Apache.Ignite.Tests/Linq/LinqTests.Functions.cs