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


 discard 769a98e1df3 Minor after review. Fix compatibility for REPL command.
    omit 54557c1b409 Minor after review. Add unit test. Fix implementation.
    omit 59aa42f4e3f Minor after review. Rearrange code. Get rid of 
IgniteSqlInternal class.
    omit 6b4671db046 styles
    omit 75ef86d6e8c styles
    omit 25c01aada99 wip
    omit 590b86730bb wip
    omit 5fac2189cbe wip
     add 3d20beabc01 wip
     add 813cc8fe4e8 Minor after review. Rearrange code. Get rid of 
IgniteSqlInternal class.

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   (769a98e1df3)
            \
             N -- N -- N   refs/heads/ignite-26156 (813cc8fe4e8)

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:
 .../commands/sql/CliSqlConnectCommandTestBase.java |   2 +-
 ...lExecCommandTest.java => ItSqlCommandTest.java} |   6 +-
 .../cli/commands/sql/ItSqlMultistatementTest.java  |   2 +-
 .../internal/cli/commands/sql/SqlCommand.java      |  77 ++++++-
 .../internal/cli/commands/sql/SqlExecCommand.java  |  93 --------
 .../cli/commands/sql/SqlExecReplCommand.java       | 243 ---------------------
 .../internal/cli/commands/sql/SqlReplCommand.java  | 242 +++++++++++++++++---
 .../commands/sql/planner/SqlPlannerCommand.java    |   2 +
 ...SqlExecCommandTest.java => SqlCommandTest.java} |   4 +-
 9 files changed, 297 insertions(+), 374 deletions(-)
 rename 
modules/cli/src/integrationTest/java/org/apache/ignite/internal/cli/commands/sql/{ItSqlExecCommandTest.java
 => ItSqlCommandTest.java} (98%)
 delete mode 100644 
modules/cli/src/main/java/org/apache/ignite/internal/cli/commands/sql/SqlExecCommand.java
 delete mode 100644 
modules/cli/src/main/java/org/apache/ignite/internal/cli/commands/sql/SqlExecReplCommand.java
 rename 
modules/cli/src/test/java/org/apache/ignite/internal/cli/commands/sql/{SqlExecCommandTest.java
 => SqlCommandTest.java} (95%)

Reply via email to