This is an automated email from the ASF dual-hosted git repository.

adelapena pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from 47d4971  Fix SimpleStrategy option validation
     new e6a61be  Add flag to disable SASI indexes, and warning on creation
     new 094689a  Merge branch 'cassandra-3.11' into trunk

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.txt                                        |  3 +-
 NEWS.txt                                           | 17 +++++++-
 conf/cassandra.yaml                                | 23 ++++++----
 src/java/org/apache/cassandra/config/Config.java   |  4 +-
 .../cassandra/config/DatabaseDescriptor.java       | 17 +++++++-
 .../statements/schema/CreateIndexStatement.java    | 15 +++++++
 .../statements/schema/CreateViewStatement.java     |  6 +--
 src/java/org/apache/cassandra/db/view/View.java    |  2 +
 .../org/apache/cassandra/index/sasi/SASIIndex.java |  2 +
 test/conf/cassandra-murmur.yaml                    |  2 +
 test/conf/cassandra.yaml                           |  2 +
 test/unit/org/apache/cassandra/cql3/ViewTest.java  | 51 ++++++++++++++++++++++
 .../apache/cassandra/index/sasi/SASICQLTest.java   | 49 +++++++++++++++++++++
 13 files changed, 178 insertions(+), 15 deletions(-)


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

Reply via email to