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 2022/01/27 15:02:25 UTC

[ignite-3] branch ignite-16115 updated (c2e7d47 -> 619f500)

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

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


    from c2e7d47  Minors.
     add 619f500  Fix argument nullability checks. Add tests.

No new revisions were added by this update.

Summary of changes:
 ...atchException.java => MarshallerException.java} |  11 +-
 .../java/org/apache/ignite/table/KeyValueView.java | 103 +++++++--------
 .../internal/table/KeyValueBinaryViewImpl.java     |  10 +-
 .../ignite/internal/table/KeyValueViewImpl.java    |  12 +-
 .../table/KeyValueBinaryViewOperationsTest.java    | 143 ++++++++++++---------
 .../KeyValueViewOperationsSimpleSchemaTest.java    | 100 +++++++++-----
 .../internal/table/KeyValueViewOperationsTest.java |  96 +++++++++-----
 7 files changed, 285 insertions(+), 190 deletions(-)
 rename modules/api/src/main/java/org/apache/ignite/lang/{SchemaMismatchException.java => MarshallerException.java} (75%)