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 e04ca11c99 IGNITE-21867 Add new ability to configure
ReplicaService#RPC_TIMEOUT and TxMessageSender#RPC_TIMEOUT and increase the
default values (#3510)
add 71c320f0af IGNITE-21745 Optimize BigDecimal representation in
BinaryTuple (#3493)
No new revisions were added by this update.
Summary of changes:
.../internal/binarytuple/BinaryTupleBuilder.java | 24 ++-
.../internal/binarytuple/BinaryTupleReader.java | 9 +-
.../internal/binarytuple/BinaryTupleTest.java | 47 ++++-
.../org/apache/ignite/client/ClientTupleTest.java | 4 +-
.../platforms/cpp/ignite/common/big_decimal.cpp | 5 +-
modules/platforms/cpp/ignite/common/big_decimal.h | 19 +-
.../platforms/cpp/ignite/common/big_integer.cpp | 17 +-
modules/platforms/cpp/ignite/common/big_integer.h | 14 +-
.../cpp/ignite/tuple/binary_tuple_builder.cpp | 7 +-
.../cpp/ignite/tuple/binary_tuple_builder.h | 2 +-
.../cpp/ignite/tuple/binary_tuple_parser.cpp | 23 ++-
.../cpp/ignite/tuple/binary_tuple_parser.h | 10 +-
modules/platforms/cpp/ignite/tuple/tuple_test.cpp | 198 ++++++++++++++++++++-
.../Apache.Ignite.Tests/Compute/ComputeTests.cs | 23 +++
.../Proto/BinaryTuple/BinaryTupleTests.cs | 2 +-
.../dotnet/Apache.Ignite.Tests/Sql/SqlTests.cs | 9 +
.../Proto/BinaryTuple/BinaryTupleBuilder.cs | 9 +-
.../Proto/BinaryTuple/BinaryTupleCommon.cs | 22 +--
.../Proto/BinaryTuple/BinaryTupleReader.cs | 12 ++
.../runner/app/client/ItThinClientComputeTest.java | 17 ++
.../table/type/NumericTypesSerializerTest.java | 38 +++-
21 files changed, 447 insertions(+), 64 deletions(-)