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

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


    from 14eba2c7be minor
     add 5fb15c2cb3 IGNITE-22108 Rename options in CLI (#3750)
     add 16caf8f396 IGNITE-19103 Sql. Change implicit primary key column's type 
to UUID (#3786)
     add d3b98e7f14 Merge branch 'main' into ignite-21983
     add e3a7be1190 minor

No new revisions were added by this update.

Summary of changes:
 DEVNOTES.md                                        |   4 +-
 README.md                                          |   4 +-
 assembly/README.md                                 |   4 +-
 .../administrators-guide/config/memory-quotas.adoc |   6 +-
 docs/_docs/ignite-cli-tool.adoc                    |  60 +++++-----
 docs/_docs/quick-start/getting-started-guide.adoc  |   8 +-
 docs/_docs/sql-reference/grammar-reference.adoc    |   6 +-
 .../ignite/example/sql/jdbc/SqlJdbcExample.java    |   2 +-
 .../PersistentPageMemoryStorageExample.java        |   2 +-
 .../example/storage/RocksDbStorageExample.java     |   2 +-
 .../storage/VolatilePageMemoryStorageExample.java  |   2 +-
 .../ignite/example/table/KeyValueViewExample.java  |   2 +-
 .../example/table/KeyValueViewPojoExample.java     |   2 +-
 .../ignite/example/table/RecordViewExample.java    |   2 +-
 .../example/table/RecordViewPojoExample.java       |   2 +-
 .../ignite/example/tx/TransactionsExample.java     |   2 +-
 .../commands/AlterTableAlterColumnCommand.java     |   2 +-
 .../internal/catalog/commands/CatalogUtils.java    |  24 ++--
 .../catalog/commands/CreateTableCommand.java       |   2 +-
 .../AlterTableAddColumnCommandValidationTest.java  |   2 +-
 ...AlterTableAlterColumnCommandValidationTest.java |  13 +--
 .../commands/CreateTableCommandValidationTest.java |   3 +-
 modules/cli/README.md                              |   8 +-
 .../internal/cli/commands/ItNodeNameTest.java      |   6 +-
 .../ItClusterConfigCommandNotInitializedTest.java  |   2 +-
 .../commands/cluster/init/ItClusterInitTest.java   |   4 +-
 .../ItClusterStatusCommandInitializedTest.java     |   2 +-
 .../ItClusterStatusCommandNotInitializedTest.java  |   2 +-
 .../ItTopologyCommandInitializedClusterTest.java   |   4 +-
 ...ItTopologyCommandNotInitializedClusterTest.java |   4 +-
 .../configuration/ItConfigCommandTest.java         |  34 +++---
 .../metric/ItEnabledNodeMetricCommandTest.java     |   4 +-
 .../commands/metric/ItNodeMetricCommandTest.java   |   6 +-
 .../cli/commands/node/NodeVersionCommandTest.java  |   2 +-
 .../cli/commands/sql/ItSqlCommandTest.java         |   4 +-
 .../cli/commands/sql/ItSqlReplCommandTest.java     |   4 +-
 .../cli/commands/unit/ItDeploymentUnitTest.java    |   8 +-
 .../repl/executor/ItIgnitePicocliCommandsTest.java |  60 +++++-----
 .../ignite/internal/cli/commands/Options.java      | 125 ++++++++-------------
 .../ignite/internal/cli/commands/ProfileMixin.java |   3 +-
 .../profile/CliConfigProfileCreateCommand.java     |   6 +-
 .../cli/commands/cluster/ClusterUrlMixin.java      |   3 +-
 .../commands/cluster/init/ClusterInitOptions.java  |  17 +--
 .../cluster/unit/ClusterUnitUndeployCommand.java   |   5 +-
 .../unit/ClusterUnitUndeployReplCommand.java       |   5 +-
 .../cluster/unit/UnitDeployOptionsMixin.java       |  14 +--
 .../internal/cli/commands/node/NodeUrlMixin.java   |   3 +-
 .../cli/commands/node/NodeUrlProfileMixin.java     |   3 +-
 .../internal/cli/commands/sql/SqlCommand.java      |   7 +-
 .../internal/cli/commands/sql/SqlReplCommand.java  |   9 +-
 .../cli/core/repl/completer/CompleterConf.java     |   2 +-
 .../cluster/ClusterUrlDynamicCompleterFactory.java |   2 +-
 .../completer/filter/DynamicCompleterFilter.java   |   5 +-
 .../node/NodeNameDynamicCompleterFactory.java      |   2 +-
 .../internal/cli/commands/ProfileMixinTest.java    |  12 +-
 .../cli/commands/UrlOptionsNegativeTest.java       |  39 ++++---
 .../cli/commands/cluster/ClusterInitTest.java      |  38 +++----
 .../commands/cluster/config/ClusterConfigTest.java |  12 +-
 .../cli/commands/node/config/NodeConfigTest.java   |  12 +-
 .../cli/commands/node/metric/NodeMetricTest.java   |   8 +-
 .../internal/cli/commands/sql/SqlCommandTest.java  |  10 +-
 .../core/repl/SessionDefaultValueProviderTest.java |   3 +-
 .../repl/completer/HoconDynamicCompleterTest.java  |   8 +-
 .../filter/DynamicCompleterFilterTest.java         |  14 +--
 .../filter/NonRepeatableOptionsFilterTest.java     |   6 +-
 .../internal/schema/DefaultValueGenerator.java     |  10 +-
 .../CatalogToSchemaDescriptorConverterTest.java    |   2 +-
 .../sql/engine/ItAlterTableAlterColumnTest.java    |  10 +-
 .../internal/sql/engine/ItCreateTableDdlTest.java  |   8 +-
 .../sql/engine/ItHashSpoolIntegrationTest.java     |   6 +-
 .../sql/types/null/test_boolean_null.test          |   6 +-
 .../sql/engine/exec/exp/IgniteSqlFunctions.java    |   6 +-
 .../internal/sql/engine/exec/exp/RexImpTable.java  |   3 +-
 .../prepare/ddl/DdlSqlToCommandConverter.java      |   6 +-
 .../internal/sql/engine/rel/IgniteProject.java     |   4 +-
 .../sql/engine/schema/TableDescriptorImpl.java     |   2 +-
 .../sql/engine/sql/fun/IgniteSqlOperatorTable.java |  25 -----
 .../sql/engine/type/IgniteCustomTypeSpec.java      |   5 +-
 .../internal/sql/engine/util/IgniteMethod.java     |   6 +-
 .../sql/engine/prepare/TypeCoercionTest.java       |   2 -
 .../prepare/ddl/DdlSqlToCommandConverterTest.java  |   8 +-
 .../engine/schema/SqlSchemaManagerImplTest.java    |   8 +-
 .../internal/sql/engine/sql/SqlDdlParserTest.java  |   6 +-
 83 files changed, 351 insertions(+), 455 deletions(-)

Reply via email to