Fix NEWS.txt entry

Patch by Alex Petrov; reviewed by Ekaterina Dimitrova for CASSANDRA-16217
This commit is contained in:
Alex Petrov 2020-11-19 15:35:57 +01:00
parent 732ac9ae0c
commit 79ea1e3736
1 changed files with 0 additions and 4 deletions

View File

@ -149,10 +149,6 @@ Upgrading
- Timestamp ties between values resolve differently: if either value has a TTL,
this value always wins. This is to provide consistent reconciliation before
and after the value expires into a tombstone.
- Cassandra 4.0 removed support for COMPACT STORAGE tables. All Compact Tables
have to be migrated using `ALTER ... DROP COMPACT STORAGE` statement in 3.0/3.11.
Cassandra starting 4.0 will not start if flags indicate that the table is non-CQL.
Syntax for creating compact tables is also deprecated.
- Support for legacy auth tables in the system_auth keyspace (users,
permissions, credentials) and the migration code has been removed. Migration
of these legacy auth tables must have been completed before the upgrade to