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 de91850df93 IGNITE-24984 Sql. Added YEAR field validation in TIMESTAMP
literal (#6279)
add c5d1f8b28ec IGNITE-25941 .NET: Fix pooled buffer bugs (#6295)
No new revisions were added by this update.
Summary of changes:
.../src/main/java/org/apache/ignite/Ignite.java | 5 ++
.../Apache.Ignite.Tests/Compute/ComputeTests.cs | 26 ++++++++++
.../Table/RecordViewBinaryTests.cs | 31 ++++++++++--
.../Internal/Buffers/PooledArrayBuffer.cs | 55 +++++++++++++++++-----
.../Apache.Ignite/Internal/Compute/Compute.cs | 31 ++----------
.../Proto/BinaryTuple/BinaryTupleBuilder.cs | 7 ++-
.../Apache.Ignite/Internal/Table/DataStreamer.cs | 6 +--
.../Serialization/BinaryTupleBuilderExtensions.cs | 2 +-
.../Serialization/IRecordSerializerHandler.cs | 2 +-
.../Table/Serialization/ObjectSerializerHandler.cs | 4 +-
.../Table/Serialization/RecordSerializer.cs | 4 +-
.../Serialization/TuplePairSerializerHandler.cs | 10 ++--
.../Table/Serialization/TupleSerializerHandler.cs | 2 +-
13 files changed, 124 insertions(+), 61 deletions(-)