You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2019/10/17 06:08:24 UTC

[cassandra] branch trunk updated (c55d727 -> dced081)

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

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


    from c55d727  Fix in-JVM dtest failures on java 11 as the system ClassLoader is not a URLClassLoader as of java 9
     new b20daee  Fix SASI non-literal string comparisons (range operators)
     new dced081  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                                        |   1 +
 .../cassandra/index/sasi/plan/Expression.java      |   4 +-
 .../apache/cassandra/index/sasi/SASICQLTest.java   | 221 +++++++++++++++++++++
 3 files changed, 224 insertions(+), 2 deletions(-)


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


[cassandra] 01/01: Merge branch 'cassandra-3.11' into trunk

Posted by mc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit dced081ae211f073cefb019192d9b2bcdcc06f02
Merge: c55d727 b20daee
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Thu Oct 17 08:05:34 2019 +0200

    Merge branch 'cassandra-3.11' into trunk

 CHANGES.txt                                        |   1 +
 .../cassandra/index/sasi/plan/Expression.java      |   4 +-
 .../apache/cassandra/index/sasi/SASICQLTest.java   | 221 +++++++++++++++++++++
 3 files changed, 224 insertions(+), 2 deletions(-)

diff --cc CHANGES.txt
index f06134c,3614071..3f05104
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,11 -1,10 +1,12 @@@
 -3.11.5
 +4.0-alpha2
+  * Fix SASI non-literal string comparisons (range operators) (CASSANDRA-15169)
 - * Make sure user defined compaction transactions are always closed (CASSANDRA-15123)
 - * Fix cassandra-env.sh to use $CASSANDRA_CONF to find cassandra-jaas.config (CASSANDRA-14305)
 - * Fixed nodetool cfstats printing index name twice (CASSANDRA-14903)
 - * Add flag to disable SASI indexes, and warnings on creation (CASSANDRA-14866)
 -Merged from 3.0:a
 + * Upgrade Guava to 27, and to java-driver 3.6.0 (from 3.4.0-SNAPSHOT) (CASSANDRA-14655)
 + * Extract an AbstractCompactionController to allow for custom implementations (CASSANDRA-15286)
 + * Move chronicle-core version from snapshot to stable, and include carrotsearch in generated pom.xml (CASSANDRA-15321)
 + * Untangle RepairMessage sub-hierarchy of messages, use new messaging (more) correctly (CASSANDRA-15163)
 + * Add `allocate_tokens_for_local_replication_factor` option for token allocation (CASSANDRA-15260)
 + * Add Alibaba Cloud Platform snitch (CASSANDRA-15092)
 +Merged from 3.0:
   * Add ability to cap max negotiable protocol version (CASSANDRA-15193)
   * Gossip tokens on startup if available (CASSANDRA-15335)
   * Fix resource leak in CompressedSequentialWriter (CASSANDRA-15340)


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