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

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


    omit 21f6683a91 wip.
    omit 90a66757ea Add create/drop columns commands.
    omit 8c794c45d8 Add create/drop index events.
    omit e3462f004a Add create index command. Add drop index command.
    omit c9c2389047 Styles
     add cbbfac684d Styles
     add ea6047fdf1 Add create index command. Add drop index command.
     add 34715ef541 Add create/drop index events.
     add 37636f4984 Add create/drop columns commands.
     add 59e3985a60 Add add/crop column events.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (21f6683a91)
            \
             N -- N -- N   refs/heads/ignite-19460 (59e3985a60)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../internal/catalog/CatalogServiceImpl.java       | 15 ++++++++--
 .../internal/catalog/commands/CatalogUtils.java    |  6 ++++
 .../internal/catalog/commands/ColumnParams.java    | 11 ++++---
 .../catalog/commands/CreateIndexParams.java        | 22 ++++++++++++--
 .../catalog/commands/CreateTableParams.java        | 21 ++++++-------
 .../AddColumnEventParameters.java}                 | 35 ++++++++++------------
 .../internal/catalog/events/CatalogEvent.java      |  8 ++++-
 ...ameters.java => DropColumnEventParameters.java} | 23 ++++++++++----
 .../internal/catalog/CatalogServiceSelfTest.java   |  4 +--
 .../exec/ddl/DdlToCatalogCommandConverter.java     |  7 ++++-
 10 files changed, 103 insertions(+), 49 deletions(-)
 copy 
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/{storage/NewColumnsEntry.java
 => events/AddColumnEventParameters.java} (60%)
 copy 
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/events/{DropTableEventParameters.java
 => DropColumnEventParameters.java} (63%)

Reply via email to