blambov commented on code in PR #2896:
URL: https://github.com/apache/cassandra/pull/2896#discussion_r1448610159


##########
test/unit/org/apache/cassandra/cql3/validation/operations/SelectLimitTest.java:
##########
@@ -39,6 +40,7 @@ public static void setUpClass()
 
         
StorageService.instance.setPartitionerUnsafe(ByteOrderedPartitioner.instance);
         
DatabaseDescriptor.setPartitionerUnsafe(ByteOrderedPartitioner.instance);
+        DatabaseDescriptor.setDefaultSecondaryIndex(CassandraIndex.NAME);

Review Comment:
   BOP is incompatible with SAI.
   
   Only one test uses indexing here, though, so changed only that test to 
`assumeLegacySecondaryIndex()`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to