[
https://issues.apache.org/jira/browse/CASSANDRA-9781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylvain Lebresne updated CASSANDRA-9781:
----------------------------------------
Attachment: 9781.txt
I guess we could just fix {{getDroppedColumnDefinition()}}, but there isn't
much point in using a {{ColumnIdentifier}} in the map in the first place so
I've changed that. Simple patch attached.
> Dropped columns handled incorrectly in trunk
> --------------------------------------------
>
> Key: CASSANDRA-9781
> URL: https://issues.apache.org/jira/browse/CASSANDRA-9781
> Project: Cassandra
> Issue Type: Bug
> Reporter: Aleksey Yeschenko
> Assignee: Sylvain Lebresne
> Fix For: 3.0 beta 1
>
> Attachments: 9781.txt
>
>
> {{CFMetaData.getDroppedColumnDefinition()}} is looking up {{droppedColumns}}
> map using {{ByteBuffer}} as a key, whereas the map is keyed by
> {{ColumnIdentifier}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)