unable to remove column metadata via CLI
----------------------------------------
Key: CASSANDRA-3126
URL: https://issues.apache.org/jira/browse/CASSANDRA-3126
Project: Cassandra
Issue Type: Bug
Components: Tools
Affects Versions: 0.8.4
Reporter: Radim Kolar
Priority: Minor
I cant find way how to remove all columns definitions without CF import/export.
[default@int4] update column family sipdb with column_metadata = [];
Syntax error at position 51: required (...)+ loop did not match anything at
input ']'
[default@int4] update column family sipdb with column_metadata = [{}];
Command not found: `update column family sipdb with column_metadata = [{}];`.
Type 'help;' or '?' for help.
[default@int4]
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira