This is an automated email from the ASF dual-hosted git repository.
amashenkov pushed a change to branch ignite-20650
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
discard add2cc35bb Fix Tuple.columnName contract.
discard a78189f8f0 minor
discard 1444da2922 Add missed tests.
discard 62ea1ed2b3 Move tests to appropriate modules.
discard f52c50279a Client tuple tests.
discard 56896aa05a Fix Tuple.columnName method contract.
add 91c5e50ba9 Fix Tuple.columnName method contract.
add 14f9106f8c Move tests to appropriate modules.
add ef130bdb33 Add missed tests.
add 13a9c499d8 Fix Tuple.columnName contract.
add 9b7e39ca6f Minor
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 (add2cc35bb)
\
N -- N -- N refs/heads/ignite-20650 (9b7e39ca6f)
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:
.../java/org/apache/ignite/table/TupleImpl.java | 8 +-
.../table/MutableTupleBinaryTupleAdapter.java | 9 +-
.../org/apache/ignite/client/ClientTupleTest.java | 4 +-
.../ignite/internal/table/ItColumnMappingTest.java | 153 ++++++++++++++-------
.../internal/table/AbstractRowTupleAdapter.java | 8 +-
.../internal/table/MutableRowTupleAdapterTest.java | 14 +-
6 files changed, 113 insertions(+), 83 deletions(-)