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/04/21 16:24:38 UTC

[ignite-3] branch ignite-14557 updated (1ea9977 -> 6913e2f)

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

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


    from 1ea9977  Minor.
     add 6913e2f  Minor refactoring. Add row layout tests.

No new revisions were added by this update.

Summary of changes:
 .../ignite/internal/schema/ExpandableByteBuf.java  |   4 +-
 .../ignite/internal/schema/RowAssembler.java       |  58 +-
 .../marshaller/reflection/JavaSerializer.java      |   2 +-
 .../ignite/internal/schema/RowAssemblerTest.java   | 613 +++++++++++++++++++++
 .../org/apache/ignite/internal/schema/RowTest.java |   2 +-
 5 files changed, 648 insertions(+), 31 deletions(-)
 create mode 100644 modules/schema/src/test/java/org/apache/ignite/internal/schema/RowAssemblerTest.java