[
https://issues.apache.org/jira/browse/CASSANDRA-14872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17040597#comment-17040597
]
Dinesh Joshi commented on CASSANDRA-14872:
------------------------------------------
[~dcapwell] thanks for testing. The latest `python-driver` doesn't seem to
support DESCRIBE for transient replication enabled schemas. Originally I
thought that the latest driver will fix the issue but it doesn't look like it.
Lets not block on this. I'll reopen 15578 and work on when TR is added to the
driver.
For the curious, the issue the way we describe TR enabled RF which breaks the
parsing here:
https://github.com/datastax/python-driver/blob/9297c74c9075b9eb732190f7f0bdf1b06493b808/cassandra/metadata.py#L503-L504
> Update to version of python driver and update cqlsh to use driver metadata
> for virtual tables
> ---------------------------------------------------------------------------------------------
>
> Key: CASSANDRA-14872
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14872
> Project: Cassandra
> Issue Type: Bug
> Components: Tool/cqlsh
> Reporter: Andy Tolbert
> Assignee: Dinesh Joshi
> Priority: Normal
> Fix For: 4.0, 4.0-alpha
>
>
> When virtual tables were implemented ([CASSANDRA-7622]), cqlsh.py was updated
> to parse virtual keyspace metadata by making queries to the
> {{system_virtual_schema}} table and included a TODO:
> {code:python}
> # TODO remove after virtual tables are added to connection metadata
> {code}
> Since python driver 3.15.0 (released in August), the driver now parses
> virtual keyspace metadata. It would be good to update the bundled python
> driver and simplify cqlsh code to utilize its capability to parse virtual
> tables.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]