Skip to content

Commit 48139f7

Browse files
Merge pull request #226124 from iriaosara/updateProtocolPage
Update protocol doc
2 parents 637ee42 + 1adaa24 commit 48139f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/cassandra/support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Azure Cosmos DB supports the following database commands on API for Cassandra ac
137137
|---------|---------|
138138
| `ALLOW FILTERING` | Yes |
139139
| `ALTER KEYSPACE` | N/A (PaaS service, replication managed internally)|
140-
| `ALTER MATERIALIZED VIEW` | No |
140+
| `ALTER MATERIALIZED VIEW` | Yes |
141141
| `ALTER ROLE` | No |
142142
| `ALTER TABLE` | Yes |
143143
| `ALTER TYPE` | No |
@@ -149,7 +149,7 @@ Azure Cosmos DB supports the following database commands on API for Cassandra ac
149149
| `CREATE INDEX` | Yes (including [named indexes](secondary-indexing.md), and cluster key index is currently in [private preview](https://devblogs.microsoft.com/cosmosdb/now-in-private-preview-cluster-key-index-support-for-azure-cosmos-db-cassandra-api/) but full FROZEN collection is not supported) |
150150
| `CREATE FUNCTION` | No |
151151
| `CREATE KEYSPACE` (replication settings ignored) | Yes |
152-
| `CREATE MATERIALIZED VIEW` | No |
152+
| `CREATE MATERIALIZED VIEW` | Yes |
153153
| `CREATE TABLE` | Yes |
154154
| `CREATE TRIGGER` | No |
155155
| `CREATE TYPE` | Yes |
@@ -161,7 +161,7 @@ Azure Cosmos DB supports the following database commands on API for Cassandra ac
161161
| `DROP FUNCTION` | No |
162162
| `DROP INDEX` | Yes |
163163
| `DROP KEYSPACE` | Yes |
164-
| `DROP MATERIALIZED VIEW` | No |
164+
| `DROP MATERIALIZED VIEW` | Yes |
165165
| `DROP ROLE` | No |
166166
| `DROP TABLE` | Yes |
167167
| `DROP TRIGGER` | No |

0 commit comments

Comments
 (0)