[
https://issues.apache.org/jira/browse/CASSANDRA-3445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Yaskevich updated CASSANDRA-3445:
---------------------------------------
Attachment: CASSANDRA-3445.patch
Used Jonathan's skeleton with one modification - SelectStatement.isFullWildcard
() was changed to use !hasFirstSet because I think that intention here is not
to include the key when "FIRST" keyword is set.
> 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: Pavel Yaskevich
> Priority: Minor
> Labels: cql
> Fix For: 1.1
>
> Attachments: 3445-skeleton.txt, CASSANDRA-3445.patch
>
>
> 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