[
https://issues.apache.org/jira/browse/CASSANDRA-15578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17039288#comment-17039288
]
David Capwell commented on CASSANDRA-15578:
-------------------------------------------
This looks to be a regression caused by the patch for python 3.6 support and
impacts vtables as well
{code}
cqlsh:system> use system_views;
cqlsh:system_views> describe keyspace;
'NoneType' object has no attribute 'export_for_schema'
{code}
> 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
> Priority: Normal
> Labels: 4.0
>
> I can not describe a keyspace which is using transient replication.
> {code:java}
> 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 was tried on 4.0-alpha3
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]