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 9f5c135ea7 IGNITE-19953 Fix --verbose/-v option in CLI interactive 
mode (#2419)
     add da612fd99a IGNITE-19841 Add tests for schema validation consistency in 
client and embedded API (#2421)

No new revisions were added by this update.

Summary of changes:
 .../client/proto/ClientBinaryTupleUtils.java       |   6 +-
 .../ignite/client/AbstractClientTableTest.java     |  36 +---
 .../apache/ignite/client/ClientRecordViewTest.java |   4 +-
 .../org/apache/ignite/client/ClientTableTest.java  |   4 +-
 .../ignite/internal/marshaller/FieldAccessor.java  |   1 +
 .../ignite/internal/marshaller/MarshallerUtil.java |  58 +++++++
 .../app/client/ItThinClientMarshallingTest.java    | 185 ++++++++++++++++++++-
 .../runner/app/client/ItThinClientSqlTest.java     |   2 +-
 .../streamer/ItAbstractDataStreamerTest.java       |   4 +-
 .../marshaller/reflection/KvMarshallerImpl.java    |  16 +-
 .../marshaller/reflection/ObjectStatistics.java    |   6 +-
 .../reflection/RecordMarshallerImpl.java           |  12 +-
 .../ignite/internal/schema/row/RowAssembler.java   |  16 +-
 .../schema/marshaller/KvMarshallerTest.java        |   8 +-
 .../schema/marshaller/RecordMarshallerTest.java    |   8 +-
 15 files changed, 295 insertions(+), 71 deletions(-)

Reply via email to