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 2dd63c8ec5 IGNITE-20269 Check and slightly refactor the validation of 
tables in the catalog (#2493)
     add 2734aea7b9 IGNITE-19982 .NET: Support BOOLEAN datatype (#2499)

No new revisions were added by this update.

Summary of changes:
 .../dotnet/Apache.Ignite.Tests/IgniteTestsBase.cs  |  1 +
 .../dotnet/Apache.Ignite.Tests/Linq/LinqTests.cs   |  6 +++-
 .../Proto/BinaryTuple/BinaryTupleTests.cs          | 15 +++++++++
 .../Sql/IgniteDbDataReaderTests.cs                 | 21 +++++++-----
 .../Apache.Ignite.Tests/Table/PocoAllColumns.cs    |  3 +-
 .../Table/PocoAllColumnsNullable.cs                |  3 +-
 .../Apache.Ignite.Tests/Table/PocoAllColumnsSql.cs |  3 +-
 .../Table/PocoAllColumnsSqlNullable.cs             |  3 +-
 .../Table/RecordViewBinaryTests.cs                 |  4 ++-
 .../Table/RecordViewPocoTests.cs                   |  9 ++++--
 .../Table/RecordViewPrimitiveTests.cs              |  3 +-
 .../Proto/BinaryTuple/BinaryTupleBuilder.cs        | 37 ++++++++++++++++++++++
 .../Proto/BinaryTuple/BinaryTupleCommon.cs         | 31 ++++++------------
 .../Proto/BinaryTuple/BinaryTupleReader.cs         |  9 +++---
 .../dotnet/Apache.Ignite/Internal/Sql/Sql.cs       |  2 +-
 .../Table/Serialization/BinaryTupleMethods.cs      | 12 ++++---
 .../dotnet/Apache.Ignite/Sql/IgniteDbDataReader.cs |  2 +-
 .../runner/app/PlatformTestNodeRunner.java         |  1 +
 18 files changed, 116 insertions(+), 49 deletions(-)

Reply via email to