Stefan Miklosovic created CASSANDRA-15578:
---------------------------------------------

             Summary: Describe keyspace does not work for keyspaces with 
transient replication
                 Key: CASSANDRA-15578
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15578
             Project: Cassandra
          Issue Type: Bug
          Components: CQL/Interpreter
            Reporter: Stefan Miklosovic


I can not describe a keyspace which is using transient replication.

{code}
admin@cqlsh> CREATE KEYSPACE bar WITH replication = {'class': 
'NetworkTopologyStrategy', 'dc1': '3/1'};

admin@cqlsh> DESCRIBE KEYSPACE bar;

'NoneType' object has no attribute 'export_for_schema'
{code}

I am sorry in case this is a duplicate but I have not found similar issue yet.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to