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/17 17:02:27 UTC

[ignite-3] branch ignite-15784 updated (6bf4e2b -> c8274b4)

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

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


    from 6bf4e2b  Add mapped types validation. Fix single column mapping. Support POJO fields in mapper. Add tests.
     add c8274b4  Styles

No new revisions were added by this update.

Summary of changes:
 .../org/apache/ignite/table/mapper/Mapper.java     |  41 ++++---
 .../apache/ignite/table/mapper/MapperBuilder.java  |   1 -
 .../ignite/table/mapper/SingleColumnMapper.java    |   2 +-
 .../schema/marshaller/KvMarshallerTest.java        |  26 +++--
 .../internal/schema/marshaller/MapperTest.java     |  23 ++--
 .../schema/marshaller/RecordMarshallerTest.java    |   2 +-
 .../schema/testobjects/TestOuterObject.java        |   9 +-
 .../org/apache/ignite/internal/table/Example.java  |  19 +--
 .../KeyValueViewOperationsSimpleSchemaTest.java    | 130 ++++++++++-----------
 .../internal/table/KeyValueViewOperationsTest.java |   4 +-
 .../internal/table/RecordViewOperationsTest.java   |   2 +-
 11 files changed, 134 insertions(+), 125 deletions(-)