Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
karencfv committed Nov 5, 2024
1 parent 893a267 commit aa9cd98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clickhouse-admin/src/clickhouse_cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ impl ClickhouseCli {
self.client_non_interactive(
ClickhouseClientType::Server,
format!(
"SELECT * FROM system.distributed_ddl_queue WHERE cluster = '{}' FORMAT JSONEachRow", OXIMETER_CLUSTER
"SELECT * FROM system.distributed_ddl_queue WHERE cluster = '{}' FORMAT JSONEachRow",
OXIMETER_CLUSTER
).as_str(),
"Retrieve information about distributed ddl queries (ON CLUSTER clause)
that were executed on a cluster",
Expand Down

0 comments on commit aa9cd98

Please sign in to comment.