Sylvain Lebresne created CASSANDRA-4185:
-------------------------------------------

             Summary: Minor CQL3 fixes
                 Key: CASSANDRA-4185
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4185
             Project: Cassandra
          Issue Type: Bug
          Components: API
    Affects Versions: 1.1.0
            Reporter: Sylvain Lebresne
            Assignee: Sylvain Lebresne
            Priority: Minor
             Fix For: 1.1.1


The goal of this ticket is to be the home for a number of minor 
fixes/improvements in CQL3 that I didn't felt warranted a ticket each. It 
includes 4 patches:
* The first one fixes the grammar for float constants, so as to not recognize 
3.-3, but to actually allow 3. (i.e, with radix point but with the fractional 
part left blank)
* The second one correctly detect the (invalid) case where a table is created 
with COMPACT STORAGE but without any 'clustering keys'.
* The third one fixes COUNT, first by making sure both COUNT(*) and COUNT(1) 
are correctly recognized and also by "processing" the internal row before 
counting, are there isn't a 1-to-1 correspondence between internal rows and CQL 
rows in CQL3. The grammar change in this patch actually rely on CASSANDRA-4184
* The fourth and last patch disallows the counter type for keys (i.e. any 
column part of the PRIMARY KEY) as it is completely non-sensical and will only 
led to confusion.


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