Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Not A Problem
-
None
-
None
-
None
-
Normal
Description
To reproduce, go to 'cqlsh -3' and enter:
create keyspace foo with replication = {'class': 'SimpleStrategy', 'replication_factor': 1}; use foo; CREATE TABLE clicks ( user_id text, time timestamp, url text, PRIMARY KEY (user_id, time) ) WITH COMPACT STORAGE; CREATE TABLE comments ( article_id uuid, posted_at timestamp, author text, karma int, content text, PRIMARY KEY (article_id, posted_at) );
Then go to the CLI and do 'show keyspaces;' and there will be the foo keyspace and the clicks column family but not the comments column family.
Attachments
Issue Links
- is duplicated by
-
CASSANDRA-4913 DESC KEYSPACE <ks> from cqlsh won't show cql3 cfs
- Resolved
- is related to
-
CASSANDRA-4377 CQL3 column value validation bug
- Resolved