Sylvain Lebresne created CASSANDRA-4911:
-------------------------------------------

             Summary: Lift limitation that order by columns must be selected 
for IN queries
                 Key: CASSANDRA-4911
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4911
             Project: Cassandra
          Issue Type: Improvement
    Affects Versions: 1.2.0 beta 1
            Reporter: Sylvain Lebresne
            Priority: Minor
             Fix For: 1.2.1


This is the followup of CASSANDRA-4645. We should remove the limitation that 
for IN queries, you must have columns on which you have an ORDER BY in the 
select clause.

For that, we'll need to automatically add the columns on which we have an ORDER 
BY to the one queried internally, and remove it afterwards (once the sorting is 
done) from the resultSet.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to