disallow column family names containing hyphens
-----------------------------------------------
Key: CASSANDRA-915
URL: https://issues.apache.org/jira/browse/CASSANDRA-915
Project: Cassandra
Issue Type: Bug
Components: Core
Affects Versions: 0.6
Reporter: Eric Evans
Priority: Minor
Fix For: 0.6
You cannot use use hyphens in column family names because hyphens are used as
delimiters in sstable filenames (which are derived from the CF name).
It should be an error to configure such a column family name.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.