From 0e41ef82ac08565f980ee6ec2a9fc85d06d8aed5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Apr 2026 14:19:39 +0000 Subject: [PATCH] docs: fix typo in materialized views docs - "columns are" instead of "is" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The MV Select Statement description was missing the word "columns" and used incorrect verb agreement, making the sentence grammatically broken and ambiguous. docs/cql/mv.rst: "which of the base table is included" → "which of the base table columns are included" Fixes #29662 Closes #29663 Co-authored-by: annastuchlik <37244380+annastuchlik@users.noreply.github.com> (cherry picked from commit 9e7d67612c8850ba489d2ac910ce91077419c35d) Closes scylladb/scylladb#29835 Closes scylladb/scylladb#29865 --- docs/cql/mv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cql/mv.rst b/docs/cql/mv.rst index eddaea176e..d03ab570c8 100644 --- a/docs/cql/mv.rst +++ b/docs/cql/mv.rst @@ -71,7 +71,7 @@ used. If it is used, the statement will be a no-op if the materialized view alre MV Select Statement ................... -The select statement of a materialized view creation defines which of the base table is included in the view. That +The select statement of a materialized view creation defines which of the base table columns are included in the view. That statement is limited in a number of ways: - The :ref:`selection ` is limited to those that only select columns of the base table. In other