This is an automated email from the ASF dual-hosted git repository.
patrick pushed a commit to branch cassandra-4.1
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-4.1 by this push:
new 5e2468bf59 Fix broken linkage in Material View docs
5e2468bf59 is described below
commit 5e2468bf59581bcae9a55b4c3277dff2f8727a26
Author: Josh McNeil <[email protected]>
AuthorDate: Wed Feb 19 05:23:08 2025 -0500
Fix broken linkage in Material View docs
The `ALLOW FILTERING` link was missing a closing square bracket.
---
doc/modules/cassandra/pages/cql/mvs.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/modules/cassandra/pages/cql/mvs.adoc
b/doc/modules/cassandra/pages/cql/mvs.adoc
index 89ba0ceacb..fd0054a4c0 100644
--- a/doc/modules/cassandra/pages/cql/mvs.adoc
+++ b/doc/modules/cassandra/pages/cql/mvs.adoc
@@ -74,7 +74,7 @@ The `WHERE` clause has the following restrictions:
** no other restriction is allowed
** cannot have columns that are part of the _view_ primary key be null, they
must always be at least restricted by a `IS NOT NULL`
restriction (or any other restriction, but they must have one).
-* cannot have an xref:cql/dml.adoc#ordering-clause[ordering clause], a
xref:cql/dml.adoc#limit-clause[limit], or
xref:cql/dml.adoc#allow-filtering[ALLOW FILTERING
+* cannot have an xref:cql/dml.adoc#ordering-clause[ordering clause], a
xref:cql/dml.adoc#limit-clause[limit], or
xref:cql/dml.adoc#allow-filtering[ALLOW FILTERING]
=== MV primary key
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]