Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D48D518D54 for ; Wed, 4 Nov 2015 15:25:28 +0000 (UTC) Received: (qmail 28774 invoked by uid 500); 4 Nov 2015 15:25:28 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 28652 invoked by uid 500); 4 Nov 2015 15:25:28 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 28217 invoked by uid 99); 4 Nov 2015 15:25:28 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Nov 2015 15:25:28 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 182BB2C1F81 for ; Wed, 4 Nov 2015 15:25:28 +0000 (UTC) Date: Wed, 4 Nov 2015 15:25:28 +0000 (UTC) From: "Paulo Motta (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CASSANDRA-10513) Update cqlsh for new driver execution API MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-10513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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)