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

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


    from a69c8657d7 Fix getRangeTo* operations of StorageService mbean for 
local strategy keyspaces
     new 46acaf22e6 Ensure SAI indexes empty byte buffers for types that allow 
them as a valid input
     new c50718fd3d Merge branch 'cassandra-5.0' 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 +
 .../statements/schema/CreateIndexStatement.java    |  2 +-
 .../index/sai/disk/v1/SSTableIndexWriter.java      |  3 +-
 .../cassandra/index/sai/memory/MemtableIndex.java  |  5 +-
 test/unit/accord/utils/Gens.java                   | 70 +++++++++++++---
 .../index/sai/cql/AbstractSimpleEqTestBase.java    | 92 +++++++++++++++++++++
 .../index/sai/cql/AllTypesSimpleEqTest.java        | 95 ++++++++++++++++++++++
 .../index/sai/cql/EmptyStringLifecycleTest.java    | 79 ++++++++++++++++++
 .../org/apache/cassandra/utils/Generators.java     |  9 ++
 9 files changed, 343 insertions(+), 13 deletions(-)
 create mode 100644 
test/unit/org/apache/cassandra/index/sai/cql/AbstractSimpleEqTestBase.java
 create mode 100644 
test/unit/org/apache/cassandra/index/sai/cql/AllTypesSimpleEqTest.java
 create mode 100644 
test/unit/org/apache/cassandra/index/sai/cql/EmptyStringLifecycleTest.java


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

Reply via email to