From a8c66f9adab29cd8e0c2cdea20d6c71bab9ccdac Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Tue, 1 Dec 2020 19:21:39 +0200 Subject: [PATCH] Fix typo in alter/index docs Signed-off-by: Matthew Peveler --- docs/en/sql-reference/statements/alter/index/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/sql-reference/statements/alter/index/index.md b/docs/en/sql-reference/statements/alter/index/index.md index 4660478551f..5e93d521f38 100644 --- a/docs/en/sql-reference/statements/alter/index/index.md +++ b/docs/en/sql-reference/statements/alter/index/index.md @@ -14,7 +14,7 @@ The following operations are available: - `ALTER TABLE [db.]table MATERIALIZE INDEX name IN PARTITION partition_name` - The query rebuilds the secondary index `name` in the partition `partition_name`. Implemented as a [mutation](../../../../sql-reference/statements/alter/index.md#mutations). -The first two commands areare lightweight in a sense that they only change metadata or remove files. +The first two commands are lightweight in a sense that they only change metadata or remove files. Also, they are replicated, syncing indices metadata via ZooKeeper.