Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Code - Bug - Unclear Impact
-
Low
-
Normal
-
DTest
-
All
-
None
-
Description
I noticed these two started to always fail in trunk
replica_side_filtering_test.TestSecondaryIndexes test_complementary_deletion_with_limit_on_clustering_key_column replica_side_filtering_test.TestSecondaryIndexes test_complementary_deletion_with_limit_on_partition_key_column_with_not_empty_partitions
Fails on
> assert list_res == [], "Expected nothing from {}, but got {}".format(query, list_res) E AssertionError: Expected nothing from SELECT * FROM t WHERE c = 0 LIMIT 1, but got [[1, 0]]
and
> assert list_res == [], "Expected nothing from {}, but got {}".format(query, list_res) E AssertionError: Expected nothing from SELECT * FROM t WHERE k1 = 0 LIMIT 1, but got [[0, 1, 10, 100]]
Attachments
Attachments
Issue Links
- is caused by
-
CASSANDRA-19688 SAI support for BETWEEN operator
- Resolved
- links to