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 2022/08/30 08:52:43 UTC

[ignite-3] branch ignite-17580 updated (717a90fe2a -> d5b785ee52)

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

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


 discard 717a90fe2a Fix dependencies
 discard 243addc1ae Fix dependencies
 discard 3730c12f43 Fix dependencies
 discard 8ee15d60af Fix dependencies
 discard fe81e73438 Merge branch 'main' into ignite-17580
 discard e3acf3aee9 Fix imports.
 discard 63924d9aa2 Minors.
 discard e8d51dd54d Rewrite create index operation replacing definition objects to config changers.
 discard 6f7e4c42ff Move schema builders API to test package.
 discard 7be2c70b8b Drop modification builders.
 discard 1f1e1926e1 Fix sorted index ordering configuration.
     add 7a6cbbecb0 Drop modification builders.
     add 7e1106b584 Move schema builders API to test package.
     add d5b785ee52 Fix dependencies

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   (717a90fe2a)
            \
             N -- N -- N   refs/heads/ignite-17580 (d5b785ee52)

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:
 .../ignite/schema/definition/index/SortOrder.java  | 45 ++--------------------
 modules/cli/pom.xml                                |  7 ++++
 .../apache/ignite/internal/index/IndexManager.java |  2 +-
 .../apache/ignite/internal/schema/SchemaUtils.java | 10 +++++
 .../SchemaConfigurationConverter.java              |  4 +-
 .../schema/definition/TableDefinitionImpl.java     | 13 +------
 .../builder/SortedIndexDefinitionBuilderTest.java  |  4 +-
 .../SchemaConfigurationConverterTest.java          |  8 ++--
 .../builder/SortedIndexDefinitionBuilder.java      | 14 -------
 .../builder/SortedIndexDefinitionBuilderImpl.java  | 32 ++-------------
 .../sql/engine/exec/ddl/DdlCommandHandler.java     | 33 ++++++++--------
 11 files changed, 52 insertions(+), 120 deletions(-)