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

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


    from cd055f8  WIP. Minors after review.
     add 6f7faee  Add checkstyle plugin. Add license check plugin.
     add 7000daf  Add JUnit 5 support.
     add 7ccf99b  IGNITE-13617 Tuple assembler no longer require the size of 
the tuple to be known in advance
     new 9f10ee2  Merge branch 'ignite-13617' into ignite-13618

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ...idTypeException.java => AssemblyException.java} |  12 +-
 .../ignite/internal/schema/ExpandableByteBuf.java  | 253 +++++++++++++++++++++
 .../ignite/internal/schema/TupleAssembler.java     |  69 ++----
 .../ignite/internal/schema/package-info.java       |   4 +-
 .../internal/schema/ExpandableByteBufTest.java     | 153 +++++++++++++
 .../ignite/internal/schema/SchemaTestSuite.java    |   1 +
 .../apache/ignite/internal/schema/TupleTest.java   |   9 +-
 7 files changed, 444 insertions(+), 57 deletions(-)
 copy 
modules/commons/src/main/java/org/apache/ignite/internal/schema/{InvalidTypeException.java
 => AssemblyException.java} (66%)
 create mode 100644 
modules/commons/src/main/java/org/apache/ignite/internal/schema/ExpandableByteBuf.java
 create mode 100644 
modules/commons/src/test/java/org/apache/ignite/internal/schema/ExpandableByteBufTest.java

Reply via email to