Compare commits

...

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
93fbc0a683 docs: fix typo in materialized views docs - "columns are" instead of "is"
Agent-Logs-Url: https://github.com/scylladb/scylladb/sessions/bcc29e46-1902-4ac6-9a16-4b7e3d03421a

Co-authored-by: annastuchlik <37244380+annastuchlik@users.noreply.github.com>
2026-04-27 14:19:39 +00:00
copilot-swe-agent[bot]
520466b407 Initial plan 2026-04-27 14:18:58 +00:00

View File

@@ -71,7 +71,7 @@ used. If it is used, the statement will be a no-op if the materialized view alre
MV Select Statement 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: statement is limited in a number of ways:
- The :ref:`selection <selection-clause>` is limited to those that only select columns of the base table. In other - The :ref:`selection <selection-clause>` is limited to those that only select columns of the base table. In other