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/29 11:07:37 UTC

[ignite-3] branch ignite-15784 updated (3689d99 -> b1cf98a)

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 3689d99  Merge branch 'main' into ignite-15784
     add b1cf98a  Allow null values.

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/ignite/table/KeyValueView.java |  26 ++--
 .../internal/schema/marshaller/KvMarshaller.java   |  11 +-
 .../marshaller/reflection/KvMarshallerImpl.java    |  19 ++-
 .../ignite/internal/table/KeyValueViewImpl.java    | 153 +++++++++++----------
 .../KeyValueViewOperationsSimpleSchemaTest.java    |   4 +-
 5 files changed, 122 insertions(+), 91 deletions(-)