You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "nish gowda (Created) (JIRA)" <ji...@apache.org> on 2012/01/06 00:25:39 UTC

[jira] [Created] (CASSANDRA-3704) CQl support for aggrrgate functions like group by & order by

CQl support for aggrrgate functions like group by & order by
------------------------------------------------------------

                 Key: CASSANDRA-3704
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3704
             Project: Cassandra
          Issue Type: New Feature
            Reporter: nish gowda


Currently facing this issue

cqlsh:testspace> SELECT * from abc ORDER BY key ASC;
Bad Request: line 1:31 mismatched input 'ORDER' expecting EOF



--
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

        

[jira] [Resolved] (CASSANDRA-3704) CQl support for aggrrgate functions like group by & order by

Posted by "Jonathan Ellis (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-3704.
---------------------------------------

    Resolution: Won't Fix

Neither of these is in scope for CQL.  (If you want to do analytics with Cassandra you should look at running Hive on top via Hadoop.)
                
> CQl support for aggrrgate functions like group by & order by
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3704
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3704
>             Project: Cassandra
>          Issue Type: New Feature
>            Reporter: nish gowda
>
> Currently facing this issue
> cqlsh:testspace> SELECT * from abc ORDER BY key ASC;
> Bad Request: line 1:31 mismatched input 'ORDER' expecting EOF

--
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