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 d06e496773 Update AST Harry CAS fuzz tests to validate the CAS response new 4e2e5f3c57 Fixed multiple single-node SAI query bugs relating to static columns - Ensure MemtableIndexWriter calculates min/max properly with indexes on partition key elements - Ensure only rows with live data are indexed - Ensure min cannot be greater than max in intersection statistics with static keys - Correct tracking of last key in the searcher in the presence of static keys new ef0eec07f8 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 + .../index/sai/StorageAttachedIndexGroup.java | 8 +- .../index/sai/disk/StorageAttachedIndexWriter.java | 10 ++- .../index/sai/disk/v1/MemtableIndexWriter.java | 6 +- .../iterators/KeyRangeIntersectionIterator.java | 4 + .../sai/plan/StorageAttachedIndexSearcher.java | 4 +- .../cassandra/index/sai/utils/PrimaryKey.java | 18 +++- .../test/log/BounceIndexRebuildTest.java | 10 ++- .../sai/cql/CompositePartitionKeyIndexTest.java | 99 +++++++++++++++++++++- .../index/sai/cql/StaticColumnIndexTest.java | 48 +++++++++++ 10 files changed, 192 insertions(+), 16 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org