From 22e12adaecec9da936fb64d2cb29377942a19950 Mon Sep 17 00:00:00 2001 From: Ekaterina Dimitrova Date: Tue, 23 Jan 2024 14:39:04 -0500 Subject: [PATCH] Fix Compact Storage section in NEWS.txt patch by Ekaterina Dimitrova; reviewed by Paulo Motta for CASSANDRA-19291 --- NEWS.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.txt b/NEWS.txt index d8210bd0a9..b0a4a65d59 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -201,7 +201,8 @@ Upgrading Compact Storage --------------- - Starting version 4.0, Thrift is no longer supported. - Starting version 5.0, COMPACT STORAGE will no longer be supported. + COMPACT STORAGE will no longer be supported after 'ALTER ... DROP COMPACT STORAGE' + is taken out of experimental mode. This will be done in a major future release, post 5.0 (CASSANDRA-19324). 'ALTER ... DROP COMPACT STORAGE' statement makes Compact Tables CQL-compatible, exposing internal structure of Thrift/Compact Tables. You can find more details on exposed internal structure under: