Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 54EC872A0 for ; Thu, 3 Nov 2011 19:19:56 +0000 (UTC) Received: (qmail 7266 invoked by uid 500); 3 Nov 2011 19:19:56 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 7246 invoked by uid 500); 3 Nov 2011 19:19:56 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 7238 invoked by uid 99); 3 Nov 2011 19:19:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2011 19:19:56 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2011 19:19:53 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 1E90A330115 for ; Thu, 3 Nov 2011 19:19:33 +0000 (UTC) Date: Thu, 3 Nov 2011 19:19:33 +0000 (UTC) From: "Hudson (Commented) (JIRA)" To: commits@cassandra.apache.org Message-ID: <1785479315.57007.1320347973126.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <16553062.50590.1320245372212.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-3445) recognize that "SELECT first ... *" isn't really "SELECT *" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-3445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13143464#comment-13143464 ] Hudson commented on CASSANDRA-3445: ----------------------------------- Integrated in Cassandra #1185 (See [https://builds.apache.org/job/Cassandra/1185/]) recognize that "SELECT first ... *" isn't really "SELECT *" patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-3445 xedin : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1197270 Files : * /cassandra/trunk/CHANGES.txt * /cassandra/trunk/src/java/org/apache/cassandra/cql/Cql.g * /cassandra/trunk/src/java/org/apache/cassandra/cql/QueryProcessor.java * /cassandra/trunk/src/java/org/apache/cassandra/cql/SelectExpression.java * /cassandra/trunk/src/java/org/apache/cassandra/cql/SelectStatement.java > 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