This is an automated email from the ASF dual-hosted git repository.
apkhmv pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 842e1e3997 IGNITE-20147 Fix ODBC timestamp-related tests (#2606)
add bfb0a48791 IGNITE-20158 Modify Cluster/Node config update command to
put args without quotation (#2550)
No new revisions were added by this update.
Summary of changes:
.../configuration/ItConfigCommandTest.java | 82 ++++++++++++++++++++++
.../java/org/apache/ignite/internal/cli/Main.java | 1 +
.../cli/commands/SpacedParameterMixin.java | 50 +++++++++++++
.../cluster/config/ClusterConfigUpdateCommand.java | 8 +--
.../config/ClusterConfigUpdateReplCommand.java | 11 +--
.../node/config/NodeConfigUpdateCommand.java | 8 +--
.../node/config/NodeConfigUpdateReplCommand.java | 8 +--
.../cli/core/repl/executor/ReplExecutor.java | 1 +
8 files changed, 153 insertions(+), 16 deletions(-)
create mode 100644
modules/cli/src/main/java/org/apache/ignite/internal/cli/commands/SpacedParameterMixin.java