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 387c559fd5 IGNITE-21875 SQL API cleanup - remove properties and
reactive methods (#3514)
add 35ef7213b0 IGNITE-21877 Fix column deserialization order in
ClientKeyValueView (#3526)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/ignite/table/RecordView.java | 2 +-
.../internal/binarytuple/BinaryTupleParser.java | 2 +-
.../internal/client/sql/ClientAsyncResultSet.java | 3 +-
.../internal/client/table/ClientKeyValueView.java | 23 +-
.../client/table/ClientRecordSerializer.java | 10 +-
.../marshaller/ClientMarshallerReader.java | 19 +-
.../runner/app/PlatformTestNodeRunner.java | 6 +-
.../client/ItCustomKeyColumnOrderClientTest.java | 234 +++++++++++++++++++++
.../client/ItCustomKeyColumnOrderEmbeddedTest.java | 16 ++
.../reflection/RecordMarshallerImpl.java | 8 +-
.../org/apache/ignite/internal/schema/row/Row.java | 9 +
.../internal/table/AbstractRowTupleAdapter.java | 10 +-
12 files changed, 316 insertions(+), 26 deletions(-)