Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-4946

cqlsh describe tables doesn't work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Duplicate
    • None
    • Legacy/CQL
    • None
    • 1.2.0 beta 2, ubuntu

    • Normal

    Description

      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.

      Attachments

        Activity

          People

            aleksey Aleksey Yeschenko
            tupshin Tupshin Harper
            Aleksey Yeschenko
            Brandon Williams
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: