ninja: fix NEWS.txt for CASSANDRA-11500

Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/2b29f8a7
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/2b29f8a7
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/2b29f8a7

Branch: refs/heads/trunk
Commit: 2b29f8a785384757da7f182f89379e0037b64361
Parents: 8502897
Author: Paulo Motta <pa...@apache.org>
Authored: Tue Sep 5 02:36:23 2017 -0500
Committer: Paulo Motta <pa...@apache.org>
Committed: Tue Sep 5 02:45:02 2017 -0500

----------------------------------------------------------------------
 NEWS.txt | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/2b29f8a7/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 0682ae9..cb1143f 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -18,11 +18,16 @@ using the provided 'sstableupgrade' tool.
 
 Upgrading
 ---------
-    - Nothing specific to this version but please see previous upgrading 
sections,
-      especially if you are upgrading from 2.2.
+    - Creating Materialized View with filtering on non-primary-key base column
+      (added in CASSANDRA-10368) is disabled, because the liveness of view row
+      is depending on multiple filtered base non-key columns and base non-key
+      column used in view primary-key. This semantic cannot be supported 
without
+      storage format change, see CASSANDRA-13826. For append-only use case, you
+      may still use this feature with a startup flag: 
"-Dcassandra.mv.allow_filtering_nonkey_columns_unsafe=true"
 
-Materialized Views
--------------------
+
+Materialized Views (only when upgrading from 3.X or any version lower than 
3.0.15)
+---------------------------------------------------------------------------------------
     - Cassandra will no longer allow dropping columns on tables with 
Materialized Views.
     - A change was made in the way the Materialized View timestamp is 
computed, which
       may cause an old deletion to a base column which is view primary key 
(PK) column
@@ -38,12 +43,6 @@ Materialized Views
       = null or DELETE unselected_column FROM base) may not be properly 
reflected in the view in some
       situations so we advise against doing deletions on base columns not 
selected in views
       until this is fixed on CASSANDRA-13826.
-    - Creating Materialized View with filtering on non-primary-key base column
-      (added in CASSANDRA-10368) is disabled, because the liveness of view row
-      is depending on multiple filtered base non-key columns and base non-key
-      column used in view primary-key. This semantic cannot be supported 
without
-      storage format change, see CASSANDRA-13826. For append-only use case, you
-      may still use this feature with a startup flag: 
"-Dcassandra.mv.allow_filtering_nonkey_columns_unsafe=true"
 
 3.11.0
 ======


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to