Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
Description
We currently have a situation where we need to create an IndexContext that is for a non-indexed column and therefore is never going to be used for indexing or searching. This results in the IndexContext having to check for this at points in the code with assertions. The reason for this that, even when the column is non-indexed, we need to have information about the column for the purpose of post-filtering.
It would make sense to split out the column / index information needed for filtering from the indexing / searching requirements such that we could avoid unnecessary assertions in the code.
Attachments
Issue Links
- contains
-
CASSANDRA-18994 SAI range query does not play together with "IN"
- Resolved
-
CASSANDRA-18590 Introduce IndexTermType to replace TypeUtils in SAI
- Resolved
- is duplicated by
-
CASSANDRA-18994 SAI range query does not play together with "IN"
- Resolved
- is related to
-
CASSANDRA-19084 Test Failure: IndexStreamingFailureTest.testAvailabilityAfterFailed*EntireFileStreaming
- Resolved
- links to