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 7501a2564a IGNITE-18050 Fixed possible phantom reads during sorted
index scan (#1458)
add a58b6792c3 IGNITE-18329 .NET: Add support for nullable value type
mapping (#1460)
No new revisions were added by this update.
Summary of changes:
.../dotnet/Apache.Ignite.Benchmarks/.editorconfig | 1 +
.../dotnet/Apache.Ignite.Benchmarks/Program.cs | 4 +-
.../BinaryTuple/BinaryTupleReaderBenchmarks.cs | 74 ++++++
.../Proto/WriteGuidBenchmarks.cs | 2 -
.../dotnet/Apache.Ignite.Tests/IgniteTestsBase.cs | 9 +
.../Linq/LinqTests.Aggregate.cs | 37 +++
.../dotnet/Apache.Ignite.Tests/Linq/LinqTests.cs | 118 +++++++++
.../Proto/BinaryTuple/BinaryTupleTests.cs | 114 +++++++++
.../{PocoCustomNames.cs => PocoAllColumnsSql.cs} | 35 +--
...CustomNames.cs => PocoAllColumnsSqlNullable.cs} | 35 +--
.../Table/RecordViewPocoTests.cs | 46 +++-
.../Apache.Ignite/Internal/Linq/ResultSelector.cs | 8 +-
.../Proto/BinaryTuple/BinaryTupleBuilder.cs | 273 +++++++++++++++++++++
.../Proto/BinaryTuple/BinaryTupleReader.cs | 132 +++++++++-
.../Internal/Sql/SqlColumnTypeExtensions.cs | 17 +-
.../Table/Serialization/BinaryTupleMethods.cs | 65 ++++-
.../Table/Serialization/ILGeneratorExtensions.cs | 85 ++++++-
.../Table/Serialization/ObjectSerializerHandler.cs | 3 +-
.../runner/app/PlatformTestNodeRunner.java | 35 ++-
.../ignite/internal/sql/engine/util/TypeUtils.java | 2 +
20 files changed, 1037 insertions(+), 58 deletions(-)
create mode 100644
modules/platforms/dotnet/Apache.Ignite.Benchmarks/Proto/BinaryTuple/BinaryTupleReaderBenchmarks.cs
copy modules/platforms/dotnet/Apache.Ignite.Tests/Table/{PocoCustomNames.cs =>
PocoAllColumnsSql.cs} (53%)
copy modules/platforms/dotnet/Apache.Ignite.Tests/Table/{PocoCustomNames.cs =>
PocoAllColumnsSqlNullable.cs} (50%)