You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Dinesh Joshi (Jira)" <ji...@apache.org> on 2020/02/19 23:38:00 UTC

[jira] [Comment Edited] (CASSANDRA-14872) Update to version of python driver and update cqlsh to use driver metadata for virtual tables

    [ https://issues.apache.org/jira/browse/CASSANDRA-14872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17040513#comment-17040513 ] 

Dinesh Joshi edited comment on CASSANDRA-14872 at 2/19/20 11:37 PM:
--------------------------------------------------------------------

I have upgraded the driver to the latest 3.21 release and cleaned up some of the custom modifications we made. All cqlsh pass. Other tests also pass except 3 which are flakey. Here's the changes to [cassandra|https://github.com/apache/cassandra/compare/trunk...dineshjoshi:14872-trunk?expand=1], [cassandra-dtest|https://github.com/apache/cassandra-dtest/compare/master...dineshjoshi:14872-trunk?expand=1] and [CI|https://circleci.com/workflow-run/e6d00eb0-0c74-4078-89ec-4449256e387e].


was (Author: djoshi3):
I have upgraded the driver to the latest 3.21 release and cleaned up some of the custom modifications we made. All cqlsh pass. dtests also pass except 2 which are flakey. Here's the changes to [cassandra|https://github.com/apache/cassandra/compare/trunk...dineshjoshi:14872-trunk?expand=1], [cassandra-dtest|https://github.com/apache/cassandra-dtest/compare/master...dineshjoshi:14872-trunk?expand=1] and [CI|https://circleci.com/workflow-run/e6d00eb0-0c74-4078-89ec-4449256e387e].

> 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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org