Tupshin Harper created CASSANDRA-4946:
-----------------------------------------

             Summary: describe tables doesn't work
                 Key: CASSANDRA-4946
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4946
             Project: Cassandra
          Issue Type: Bug
          Components: API
    Affects Versions: 1.2.0 beta 2
         Environment: 1.2.0 beta 2, ubuntu
            Reporter: Tupshin Harper


describe tables fails with "list[i] not a string for i in 0"
describe keyspace fails by only returning the keyspace and not the cfs

steps to setup:
create keyspace foo with replication = {'class':'NetworkTopologyStrategy', 
'datacenter1':1};
create table bar (userid int primary key, firstname text, lastname text);
use foo;

I'd suggest that this is important to fix for B3 to encourage testers.

--
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

Reply via email to