You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CC5 Fix for o.a.c.distributed.test.GenericOrderByTest.testOrderBy
Reverts previous "CC5 fix AbstractReadQueryToCQLTest" that changed SelectStatement.getQuery with a union of CC and CASSANDRA-19968 logic about when to use range or slice commands;
The incorrect ordering results are possibly due to a conflict with the C* 19968 logic and "CNDB-12308: Remove index-based sorting at CQL level" ;
Restoring the CC logic maintains CC expectation about ordering of results;
AbstractReadQueryToCQLTest is changed to expect CQL representations based on use of range commands instead of slice commands.
0 commit comments