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 396413eca8 IGNITE-18122 Track last applied term and group config in
storages (#1331)
add 135ad346da IGNITE-18082 .NET: LINQ: Add support for joins (#1347)
No new revisions were added by this update.
Summary of changes:
.../dotnet/Apache.Ignite.Tests/IgniteTestsBase.cs | 18 ++
.../Apache.Ignite.Tests/Linq/LinqTests.Join.cs | 281 +++++++++++++++++++++
.../dotnet/Apache.Ignite.Tests/Linq/LinqTests.cs | 64 ++++-
.../Table/KeyValueViewPrimitiveTests.cs | 28 +-
.../Apache.Ignite.Tests/Table/PocoAllColumns.cs | 1 -
.../Table/RecordViewPocoTests.cs | 3 +-
.../Table/RecordViewPrimitiveTests.cs | 28 +-
.../dotnet/Apache.Ignite/Internal/Linq/DEVNOTES.md | 4 +-
.../Internal/Linq/IgniteQueryExecutor.cs | 3 +-
.../Internal/Linq/IgniteQueryModelVisitor.cs | 63 +----
.../dotnet/Apache.Ignite/Internal/Sql/Sql.cs | 18 +-
11 files changed, 408 insertions(+), 103 deletions(-)
create mode 100644
modules/platforms/dotnet/Apache.Ignite.Tests/Linq/LinqTests.Join.cs