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 08:32:10 UTC

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

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 bcb4c4f  WIP. Extract InternalTable facade. Add remove operation.
     add ee8eaee  WIP. Add insert operation.

No new revisions were added by this update.

Summary of changes:
 .../test/java/org/apache/ignite/table/Example.java |  4 +-
 .../apache/ignite/table/TableOperationsTest.java   | 77 ++++++++++++++++------
 ...torageImpl.java => DummyInternalTableImpl.java} | 40 +++++++++--
 3 files changed, 92 insertions(+), 29 deletions(-)
 rename modules/table/src/test/java/org/apache/ignite/table/impl/{DummyTableStorageImpl.java => DummyInternalTableImpl.java} (80%)