Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CASSANDRA-19034 Fix broken indexing tests when using SAI #2929

Closed

Conversation

mike-tr-adamson
Copy link
Contributor

  • This fixes a number of broken tests when the default index is set to SAI
  • Composite partition indexes were being filtered prior to row filtering in the index searcher resulting in incorrect results
  • Static and non-static index intersection was failing because static primary keys were not comparing correctly against non-static primary keys

 - This fixes a number of broken tests when
   the default index is set to SAI
 - Composite partition indexes were being
   filtered prior to row filtering in the
   index searcher resulting in incorrect
   results
 - Static and non-static index intersection
   was failing because static primary keys
   were not comparing correctly against
   non-static primary keys

patch by Mike Adamson; reviewed by <reviewer> for CASSANDRA-19034
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants