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/04/12 16:40:45 UTC

[ignite-3] branch ignite-14077 updated (57e9d4c -> cabc6f5)

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

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


    from 57e9d4c  Initial schema manager implementation. Minor refactoring.
     add cabc6f5  Minor refactoring.

No new revisions were added by this update.

Summary of changes:
 .../schema/{SchemaManagerTest.java => SchemaRegistryTest.java}      | 2 +-
 .../java/org/apache/ignite/{ => internal/table}/table/Example.java  | 6 +++++-
 .../ignite/{ => internal/table}/table/KVViewOperationsTest.java     | 4 +++-
 .../{ => internal/table}/table/TableBinaryViewOperationsTest.java   | 4 +++-
 4 files changed, 12 insertions(+), 4 deletions(-)
 rename modules/table/src/test/java/org/apache/ignite/internal/table/schema/{SchemaManagerTest.java => SchemaRegistryTest.java} (99%)
 rename modules/table/src/test/java/org/apache/ignite/{ => internal/table}/table/Example.java (98%)
 rename modules/table/src/test/java/org/apache/ignite/{ => internal/table}/table/KVViewOperationsTest.java (98%)
 rename modules/table/src/test/java/org/apache/ignite/{ => internal/table}/table/TableBinaryViewOperationsTest.java (99%)