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/11/11 11:46:05 UTC

[ignite-3] branch ignite-14484 updated (34be334 -> 20d5c5b)

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

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


 discard 34be334  Minor.
 discard 932fb6f  Fix tests.
 discard 8dbb74a  Add tests.
 discard 7eee8f2  Styles.
 discard 51dd85c  Styles.
 discard 4f04a41  Fix todos.
 discard 605b225  IGNITE-14484: Implement RecordView.
     add 2a5841c  Minor.
     add 0e005cb  Javadoc.
     add b978a38  Javadoc.
     add 2ab00f2  Disable javadoc validation for parameterized tests.
     add 1e8a8ff  Disable javadoc validation for parameterized tests.
     add 6f30d0f  Styles
     add 6bc1213  Styles
     add 5337d39  IGNITE-14484: Implement RecordView.
     add bcf7d01  Fix todos.
     add 100f4d6  Styles.
     add bc90122  Styles.
     add 323e4aa  Add tests.
     add e162702  Fix tests.
     add 20d5c5b  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   (34be334)
            \
             N -- N -- N   refs/heads/ignite-14484 (20d5c5b)

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:
 check-rules/checkstyle-rules.xml                   |  4 +-
 .../ignite/table/mapper/DefaultColumnMapper.java   |  3 +-
 .../apache/ignite/table/mapper/IdentityMapper.java |  3 +-
 .../org/apache/ignite/table/mapper/Mapper.java     |  5 +-
 .../apache/ignite/table/mapper/MapperBuilder.java  | 14 +++--
 .../schema/marshaller/KvMarshallerTest.java        | 64 ++++------------------
 .../schema/testobjects/TestObjectWithAllTypes.java |  2 +-
 .../TestObjectWithNoDefaultConstructor.java        |  2 +-
 .../TestObjectWithPrivateConstructor.java          |  2 +-
 .../schema/testobjects/TestSimpleObject.java       |  3 +
 .../KeyValueViewOperationsSimpleSchemaTest.java    |  6 +-
 .../internal/table/KeyValueViewOperationsTest.java | 27 +--------
 12 files changed, 38 insertions(+), 97 deletions(-)