[ 
https://issues.apache.org/jira/browse/CASSANDRA-3424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13174388#comment-13174388
 ] 

Jonathan Ellis commented on CASSANDRA-3424:
-------------------------------------------

bq. Shouldn't we include the versions from the 0.8 series in this as well?

IMO?  No, because we changed enough other CQL behavior from 0.8 to 1.0 that 
they have bigger things to worry about.

bq. If you're suggesting that we fix regressions as soon as they are identified 
as such, instead of propagating them across 3 more releases because we prefer 
the new behavior, then I emphatically agree.

Fine, mea culpa.  We should have reverted this for 1.0.5.  I'm sorry that I had 
other priorities at the time.  But today the relevant issue is what the 
responsible thing to do is for 1.0.7 given the background I outlined, not what 
I should have done a month ago.
                
> Selecting just the row_key returns nil instead of just the row_key
> ------------------------------------------------------------------
>
>                 Key: CASSANDRA-3424
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3424
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Kelley Reynolds
>            Assignee: Jonathan Ellis
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.3
>
>         Attachments: 3424-v2.txt, CASSANDRA-3424.patch
>
>
> CREATE KEYSPACE CassandraCQLTestKeyspace WITH 
> strategy_class='org.apache.cassandra.locator.SimpleStrategy' AND 
> strategy_options:replication_factor=1
> USE CassandraCQLTestKeyspace
> CREATE COLUMNFAMILY row_key_validation_cf_ascii (id ascii PRIMARY KEY, 
> test_column text)
> INSERT INTO row_key_validation_cf_ascii (id, test_column) VALUES ('test 
> string', 'test')
> # Works as expected
> SELECT * FROM row_key_validation_cf_ascii WHERE id = 'test string'
> # Returns an empty result, unexpected
> SELECT id FROM row_key_validation_cf_ascii WHERE id = 'test string'

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