You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2021/08/18 16:44:15 UTC

[ignite-3] branch ignite-15253 updated (d580773 -> 6d0d2b7)

This is an automated email from the ASF dual-hosted git repository.

amashenkov pushed a change to branch ignite-15253
in repository https://gitbox.apache.org/repos/asf/ignite-3.git.


    from d580773  Decouple tuple factory.
     add 6d0d2b7  Fix schema validation.

No new revisions were added by this update.

Summary of changes:
 .../ignite/internal/table/TupleMarshallerImpl.java | 349 ++++++++++++---------
 ...nsTest.java => KVBinaryViewOperationsTest.java} |  17 +-
 .../internal/table/StrictSchemaOperationsTest.java |  29 +-
 .../table/TableBinaryViewOperationsTest.java       |  92 +++---
 .../org/apache/ignite/internal/table/TxTest.java   |  26 +-
 .../table/type/NumericTypesSerializerTest.java     |  97 +++---
 6 files changed, 346 insertions(+), 264 deletions(-)
 rename modules/table/src/test/java/org/apache/ignite/internal/table/{KVViewOperationsTest.java => KVBinaryViewOperationsTest.java} (97%)