[jira] [Commented] (CASSANDRA-9781) Dropped columns handled incorrectly in trunk

2015-07-13 Thread Aleksey Yeschenko (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-9781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14624533#comment-14624533
 ] 

Aleksey Yeschenko commented on CASSANDRA-9781:
--

There is a typo in {{LegacySchemaMigratorTest:408}} - {{UTF8Typ}}, that makes 
tests not build.

Once fixed, there are issues with several tests that drop columns - 
{{CollectionsTest.testDropAndReaddCollection}} is one of them.

Also, could you link to cassci after fixing these? Thanks.

 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)


[jira] [Commented] (CASSANDRA-9781) Dropped columns handled incorrectly in trunk

2015-07-13 Thread Aleksey Yeschenko (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-9781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14625154#comment-14625154
 ] 

Aleksey Yeschenko commented on CASSANDRA-9781:
--

+1

 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)