[ 
https://issues.apache.org/jira/browse/CASSANDRA-9732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-9732:
----------------------------------------
    Component/s: Testing

> SelectOrderByTest.testInOrderByWithoutSelecting
> -----------------------------------------------
>
>                 Key: CASSANDRA-9732
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9732
>             Project: Cassandra
>          Issue Type: Test
>          Components: Testing
>            Reporter: Robert Stupp
>            Priority: Major
>
> 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
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to