recognize that "SELECT first ... *" isn't really "SELECT *"
-----------------------------------------------------------

                 Key: CASSANDRA-3445
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3445
             Project: Cassandra
          Issue Type: Bug
          Components: API
            Reporter: Jonathan Ellis
            Assignee: Jonathan Ellis
            Priority: Minor
             Fix For: 1.1


QueryProcessor includes the row key in "first *" because it mistakenly thinks 
the full row is being requested.  "first *" should really be treated like a 
slice.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to