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 2023/03/27 09:04:38 UTC

[ignite-3] branch ignite-19080 updated (1cbfe0d7f1 -> 0a792f9f8f)

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

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


    from 1cbfe0d7f1 WIP. Minor.
     add 0a792f9f8f WIP. Introduce DDL events. Store event to metastorage. Add Drop table command.

No new revisions were added by this update.

Summary of changes:
 .../internal/catalog/CatalogServiceImpl.java       | 194 ++++++++++++++++-----
 .../catalog/descriptors/CatalogDescriptor.java     |   7 +
 .../catalog/descriptors/TableDescriptor.java       |   2 +-
 .../{CreateTableEvent.java => CatalogEvent.java}   |  24 ++-
 .../internal/catalog/events/CreateTableEvent.java  |  22 +--
 .../internal/catalog/events/DropTableEvent.java}   |  28 +--
 .../internal/catalog/CatalogServiceSelfTest.java   |  55 ++++--
 7 files changed, 223 insertions(+), 109 deletions(-)
 copy modules/catalog/src/main/java/org/apache/ignite/internal/catalog/events/{CreateTableEvent.java => CatalogEvent.java} (63%)
 copy modules/{sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/message/ExecutionContextAwareMessage.java => catalog/src/main/java/org/apache/ignite/internal/catalog/events/DropTableEvent.java} (66%)