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/03/29 14:51:15 UTC

[ignite-3] branch ignite-14330 updated (ee8eaee -> b476ff5)

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

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


    from ee8eaee  WIP. Add insert operation.
     add 6324fbc  WIP. Add replace operation.
     add b476ff5  WIP. Add removeExact operation.

No new revisions were added by this update.

Summary of changes:
 .../apache/ignite/internal/table/TableImpl.java    | 22 ++++-
 .../apache/ignite/table/TableOperationsTest.java   | 94 ++++++++++++++++++++--
 .../ignite/table/impl/DummyInternalTableImpl.java  | 78 ++++++++++++------
 3 files changed, 163 insertions(+), 31 deletions(-)