[jira] [Comment Edited] (CASSANDRA-10513) Update cqlsh for new driver execution API

2015-11-04 Thread Paulo Motta (JIRA)

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

Paulo Motta edited comment on CASSANDRA-10513 at 11/4/15 3:25 PM:
--

Apparently a few things on cqlsh.py were missed. Attached [fix 
patch|https://issues.apache.org/jira/secure/attachment/12770598/10513-3.0-fix.patch]
 with diff of cqlsh.py on 3.0 HEAD and original final patch.


was (Author: pauloricardomg):
Apparently a few things on cqlsh.py were missed. Attached patch file with diff 
of cqlsh.py on 3.0 HEAD and original patch.

> 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: Adam Holmberg
>Priority: Minor
>  Labels: cqlsh
> Fix For: 2.2.4, 3.0.0
>
> Attachments: 10513-2.1.txt, 10513-2.2.txt, 10513-3.0-fix.patch, 
> 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)


[jira] [Comment Edited] (CASSANDRA-10513) Update cqlsh for new driver execution API

2015-10-29 Thread Adam Holmberg (JIRA)

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

Adam Holmberg edited comment on CASSANDRA-10513 at 10/29/15 4:04 PM:
-

In addition to the issues Sam mentioned, there are the linked issues 
CASSANDRA-7645 -(which this resolves)-, and CASSANDRA-9813 (which depends on 
these changes). The urgency of the 2.2 patch here would be the same as the 
dependent tickets mentioned here and above. I don't see any issue waiting for 
the driver release to integrate for Cassandra 2.2. We will need to patch 3.0 
sooner in support of CASSANDRA-10365 (this may be applied at the same time as 
the driver is updated for that ticket).


was (Author: aholmber):
In addition to the issues Sam mentioned, there are the linked issues 
CASSANDRA-7645 (which this resolves), and CASSANDRA-9813 (which depends on 
these changes). The urgency of the 2.2 patch here would be the same as the 
dependent tickets mentioned here and above. I don't see any issue waiting for 
the driver release to integrate for Cassandra 2.2. We will need to patch 3.0 
sooner in support of CASSANDRA-10365 (this may be applied at the same time as 
the driver is updated for that ticket).

> 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)