Aleksandr created IGNITE-18674:
----------------------------------
Summary: Introduce UI thread to CLI
Key: IGNITE-18674
URL: https://issues.apache.org/jira/browse/IGNITE-18674
Project: Ignite
Issue Type: Task
Components: cli
Reporter: Aleksandr
Here is the context.
Steps:
download gridgain9-9.0.0-alpha1.zip from the Google Drive (see the link above)
start a node with clean PDS via gridgain9-db-9.0.0-alpha1/bin/ignite3db
start the CLI via gridgain9-cli-9.0.0-alpha1/bin/ignite3
init the cluster via CLI: cluster init --cluster-name gg9 --meta-storage-node
defaultNode
CLI: enter the sql mode via sql command
create a table: CREATE TABLE person (id INT PRIMARY KEY, name VARCHAR)
enable columnar storage: ALTER TABLE person ADD REPLICA ENGINE columnar
insert a row: INSERT INTO person VALUES (1, 'name1')
quit the CLI
stop the node and start it back via the same ignite3db script
start the CLI and enter the sql mode
try to enter a SQL query
--
This message was sent by Atlassian Jira
(v8.20.10#820010)