Aleksey Yeschenko created CASSANDRA-9781:
--------------------------------------------
Summary: 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
{{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)