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

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


 discard 8c3867fbcb Switch to schema objects based on catalog.
 discard 08c1f65a1d Use CalciteSqlSchemaManager
 discard ee9b4bbd20 Fix compilation for feature branch.
     add 7b5d0b3a3b IGNITE-20188 Add improvements to the catalog associated 
with the DistributionZone #2 (#2432)
     add 03d063b585 Merge branch 'ai-main' into catalog-feature
     add 406b856f41 catalog-feature after merge ai-main
     add 67e2db7d20 Use CalciteSqlSchemaManager
     add 8b582e3f14 Switch to schema objects based on catalog.

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   (8c3867fbcb)
            \
             N -- N -- N   refs/heads/ignite-19497 (8b582e3f14)

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:
 modules/catalog/build.gradle                       |   9 +
 .../apache/ignite/internal/catalog/Catalog.java    |   4 +-
 .../internal/catalog/CatalogManagerImpl.java       |  39 ++-
 .../ignite/internal/catalog/CatalogService.java    |  10 +-
 .../internal/catalog/commands/CatalogUtils.java    |  17 +-
 .../descriptors/CatalogDataStorageDescriptor.java  |   4 +-
 .../catalog/descriptors/CatalogZoneDescriptor.java |  44 +---
 .../internal/catalog/CatalogManagerSelfTest.java   |  30 ++-
 .../internal/catalog/BaseCatalogManagerTest.java   |   2 +-
 modules/distribution-zones/build.gradle            |   1 +
 .../utils/CatalogAlterZoneEventListener.java       | 212 ++++++++++++++++
 .../utils/CatalogAlterZoneEventListenerTest.java   | 267 +++++++++++++++++++++
 .../exec/ddl/DdlToCatalogCommandConverter.java     |  10 +
 .../exec/ddl/DdlToCatalogCommandConverterTest.java |  50 ++++
 .../internal/table/distributed/TableManager.java   |   8 +-
 15 files changed, 652 insertions(+), 55 deletions(-)
 rename modules/catalog/src/{test => 
testFixtures}/java/org/apache/ignite/internal/catalog/BaseCatalogManagerTest.java
 (98%)
 create mode 100644 
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/utils/CatalogAlterZoneEventListener.java
 create mode 100644 
modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/utils/CatalogAlterZoneEventListenerTest.java

Reply via email to