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

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


    omit 618af386480 wip
    omit 7101de5c2ee Fix SqlCommand
    omit 3cd3f995358 wip
     add 9c4cd5876f3 wip

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   (618af386480)
            \
             N -- N -- N   refs/heads/ignite-26156 (9c4cd5876f3)

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:
 .../sql/planner/ItSqlPlannerCommandTest.java       |  8 ++--
 .../internal/cli/commands/TopLevelCliCommand.java  |  2 +
 .../internal/cli/commands/sql/SqlCommand.java      | 34 +++++----------
 .../internal/cli/commands/sql/SqlQueryCommand.java | 49 ++++++++++++++++++++++
 .../sql/planner/InvalidateCacheCommand.java        |  8 +++-
 .../cli/commands/sql/planner/PlanCommand.java      |  8 ++--
 .../sql/engine/prepare/PrepareServiceImpl.java     |  2 -
 7 files changed, 76 insertions(+), 35 deletions(-)
 create mode 100644 
modules/cli/src/main/java/org/apache/ignite/internal/cli/commands/sql/SqlQueryCommand.java

Reply via email to