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

Adam Holmberg commented on CASSANDRA-10513:
-------------------------------------------

bq. I wonder if we should bother upgrading the cqlsh internal driver on 2.1, 
since it will be EOL soon.
I'm in favor of avoiding 2.1 updates, and discussed the same with some other C* 
stakeholders earlier today.

New failures: I just scanned a couple, but it looks like we may need some dtest 
updates.

{{'TableMetadata' object has no attribute 'keyspace'}}: this attribute went 
away. Test needs to be updated (now use keyspace_name).

{code}
+  'CREATE INDEX test_val_idx ON test.test (val);',
   'CREATE INDEX test_col_idx ON test.test (col);',
-  'CREATE INDEX test_val_idx ON test.test (val);',
{code}
Test needs to be more robust -- index order is not relevant here.

> Update cqlsh for new driver execution API
> -----------------------------------------
>
>                 Key: CASSANDRA-10513
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10513
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Tools
>            Reporter: Adam Holmberg
>            Assignee: Paulo Motta
>            Priority: Minor
>              Labels: cqlsh
>             Fix For: 2.2.x, 3.0.x
>
>         Attachments: 10513-2.1.txt, 10513-2.2.txt, 10513.txt
>
>
> The 3.0 Python driver will have a few tweaks to the execution API. We'll need 
> to update cqlsh in a couple of minor ways.
> [Results are always returned as an iterable 
> ResultSet|https://datastax-oss.atlassian.net/browse/PYTHON-368]
> [Trace data is always attached to the 
> ResultSet|https://datastax-oss.atlassian.net/browse/PYTHON-318] (instead of 
> being attached to a statement)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to