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

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


 discard 17f6a938d2 IGNITE-18017 Add binary tuple tests
     add 5d06a25b4f IGNITE-18017 Add binary tuple tests

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (17f6a938d2)
            \
             N -- N -- N   refs/heads/ignite-18017 (5d06a25b4f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

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:
 .../cpp/ignite/schema/binary_tuple_builder.cpp     |  87 +++++++++
 .../cpp/ignite/schema/binary_tuple_builder.h       | 178 ++++++++++++++++-
 .../cpp/ignite/schema/binary_tuple_parser.cpp      |  10 +-
 .../cpp/ignite/schema/binary_tuple_parser.h        |   8 +
 .../platforms/cpp/ignite/schema/tuple_assembler.h  | 191 ++++++++++--------
 modules/platforms/cpp/ignite/schema/tuple_test.cpp | 217 +++++++++++++++------
 6 files changed, 549 insertions(+), 142 deletions(-)

Reply via email to