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

DESCRIBE TABLES is empty after case insensitive use

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 1.2.5
    • Legacy/Tools
    • None
    • Low

    Description

      Using trunk @ 02547747198c0d14f9a4102a920b914bcfd57a23

      trunk*:~/src/cassandra$ bin/cqlsh -3
      Connected to Test Cluster at localhost:9160.
      [cqlsh 3.0.2 | Cassandra 2.0-SNAPSHOT | CQL spec 3.0.0 | Thrift protocol 19.37.0]
      Use HELP for help.
      cqlsh> create keyspace Test with replication={'class':'SimpleStrategy', 'replication_factor':1};
      cqlsh> use Test;
      cqlsh:Test> CREATE TABLE users (   user_name varchar PRIMARY KEY,   password varchar,   gender varchar,   session_token varchar,   state varchar,   birth_year bigint );
      cqlsh:Test> describe tables;
      
      <empty>
      
      cqlsh:Test> use test;
      cqlsh:test> describe tables;
      
      users
      
      cqlsh:test>
      

      Attachments

        1. 5567.txt
          0.6 kB
          Aleksey Yeschenko

        Activity

          People

            aleksey Aleksey Yeschenko
            mbulman Mike Bulman
            Aleksey Yeschenko
            Brandon Williams
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: