Aleksey Yeschenko created CASSANDRA-5572:
--------------------------------------------
Summary: Write row markers when serializing columnfamilies and
columns schema
Key: CASSANDRA-5572
URL: https://issues.apache.org/jira/browse/CASSANDRA-5572
Project: Cassandra
Issue Type: Bug
Affects Versions: 1.2.4
Reporter: Aleksey Yeschenko
Assignee: Aleksey Yeschenko
Priority: Minor
ColumnDefinition.toSchema() and CFMetaData.toSchemaNoColumns() currently don't
write the row markers, which leads to certain queries not returning the
expected results, e.g.
select keyspace_name, columnfamily_name from system.schema_columnfamilies where
keyspace_name = 'system' and columnfamily_name = 'hints' -> [].
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira