You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jeremy Hanna (JIRA)" <ji...@apache.org> on 2018/05/11 14:20:00 UTC

[jira] [Updated] (CASSANDRA-5788) StorageProxy#cas() doesn't order columns names correctly when querying

     [ https://issues.apache.org/jira/browse/CASSANDRA-5788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeremy Hanna updated CASSANDRA-5788:
------------------------------------
    Labels: LWT  (was: )

> StorageProxy#cas() doesn't order columns names correctly when querying
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-5788
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5788
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 2.0 beta 1
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>            Priority: Major
>              Labels: LWT
>             Fix For: 2.0 beta 2
>
>         Attachments: 5788.txt
>
>
> When querying columns for CAS, we build the SortedSet with:
> {noformat}
> new NamesQueryFilter(ImmutableSortedSet.copyOf(expected.getColumnNames())
> {noformat}
> but ImmutableSortedSet.copyOf() uses the natural order of keys unless a comparator is given, which is not what we want.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org