Robert Stupp created CASSANDRA-9732:
---------------------------------------

             Summary: SelectOrderByTest.testInOrderByWithoutSelecting
                 Key: CASSANDRA-9732
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9732
             Project: Cassandra
          Issue Type: Test
            Reporter: Robert Stupp


Just want to verify whether the SELECT-tests in 
{{SelectOrderByTest.testInOrderByWithoutSelecting}} are correct. Shouldn't the 
5th SELECT-test not use {{ORDER BY c2 DESC}}?

Test case excerpt:
{noformat}
        assertRows(execute("SELECT v FROM %s WHERE k=0 AND c1 = 0 AND c2 IN (2, 
0) ORDER BY c1 DESC"),
                   row(2),
                   row(0));
{noformat}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to