Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Normal
Description
Nonsensical clustering bounds like "c >= 100 AND c < 100" aren't converted to Slices.NONE like they should be. Although this seems to be completely benign, it is technically incorrect and complicates some testing since it can cause memtables and sstables to return different results for the same data for these bounds in some cases.