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 70978185BB for ; Tue, 15 Sep 2015 14:13:52 +0000 (UTC) Received: (qmail 36692 invoked by uid 500); 15 Sep 2015 14:13:46 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 36655 invoked by uid 500); 15 Sep 2015 14:13:46 -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 36631 invoked by uid 99); 15 Sep 2015 14:13:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2015 14:13:46 +0000 Date: Tue, 15 Sep 2015 14:13:46 +0000 (UTC) From: "Adam Holmberg (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-10318) Update cqlsh COPY for new internal driver serialization interface 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-10318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14745517#comment-14745517 ] Adam Holmberg commented on CASSANDRA-10318: ------------------------------------------- That looks right. Sorry for the misdirection. I was most focused on the binary serialization and didn't really do a proper analysis. > Update cqlsh COPY for new internal driver serialization interface > ----------------------------------------------------------------- > > Key: CASSANDRA-10318 > URL: https://issues.apache.org/jira/browse/CASSANDRA-10318 > Project: Cassandra > Issue Type: Bug > Reporter: Adam Holmberg > Assignee: Stefania > Fix For: 3.0.0 rc1 > > > A recent driver update changed some of the internal serialization interface. cqlsh relies on this for the copy command and will need to be updated. > Previously used > {code} > cassandra.protocol.QueryMesage.to_binary > {code} > now should use > {code} > cassandra.protocol.ProtocolHandler.encode_message(...) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)