Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Normal
Description
As noted by thobbs in CASSANDRA-12768, in 3.0 (and prior) we return static results for a partition if it is the only results when the query is a 2ndary index query. This doesn't seem to happen anymore in 3.X and that was removed by CASSANDRA-6377 (see the merge commit, but that removal is actually part of the original trunk patch for CASSANDRA-6377).
The removal looks intentional but it's unclear to thobbs and myself why it's not a potentially breaking change, and even if it's a legit change, why it was done in 3.X (then trunk) but not 3.0?
blerer, can you enlighten us?