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/17 08:56:26 UTC

[ignite-3] branch ignite-15253 updated (a29a73d -> 616f6cb)

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.


 discard a29a73d  Minor.
 discard 3224789  Minor.

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/ignite-15253 (616f6cb)
            \
             O -- O -- O   (a29a73d)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../ignite/{table => internal}/TupleImpl.java      |  5 +--
 .../main/java/org/apache/ignite/table/Tuple.java   |  1 +
 .../handler/requests/table/ClientTableCommon.java  |  1 -
 .../ignite/internal/table/TupleMarshallerImpl.java | 42 ++++++++++++----------
 .../TupleMarshallerFixlenOnlyBenchmark.java        |  2 +-
 .../TupleMarshallerVarlenOnlyBenchmark.java        |  2 +-
 .../ignite/internal/table/TupleImplTest.java       |  2 +-
 .../table/type/NumericTypesSerializerTest.java     |  2 +-
 8 files changed, 31 insertions(+), 26 deletions(-)
 rename modules/api/src/main/java/org/apache/ignite/{table => internal}/TupleImpl.java (97%)