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 84fbc8aa08 IGNITE-18558 Fix Meta Storage prefix overflow (#1526)
add f37a442d0f IGNITE-18215 .NET: LINQ: Fix GroupBy with complex
expression (#1533)
No new revisions were added by this update.
Summary of changes:
.../Linq/LinqSqlGenerationTests.cs | 7 ++--
.../Linq/LinqTests.Aggregate.cs | 6 ++--
.../Apache.Ignite.Tests/Linq/LinqTests.Cast.cs | 4 +--
.../Apache.Ignite.Tests/Linq/LinqTests.GroupBy.cs | 34 ++++++++++----------
.../Apache.Ignite.Tests/Linq/LinqTests.Join.cs | 6 ++--
.../Apache.Ignite.Tests/Linq/LinqTests.KvView.cs | 18 +++++------
.../Linq/LinqTests.UnionIntersectExcept.cs | 2 +-
.../dotnet/Apache.Ignite.Tests/Linq/LinqTests.cs | 37 ++++++++++++++++++----
.../Apache.Ignite/Internal/Linq/AliasDictionary.cs | 23 ++++++++++++++
.../Internal/Linq/IgniteQueryExpressionVisitor.cs | 12 ++++++-
.../Internal/Linq/IgniteQueryModelVisitor.cs | 26 ++++++++++-----
.../dotnet/Apache.Ignite/Internal/Sql/Sql.cs | 13 ++++++++
.../runner/app/PlatformTestNodeRunner.java | 31 ++++++++++++++++--
13 files changed, 163 insertions(+), 56 deletions(-)