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 824F618120 for ; Mon, 27 Jul 2015 16:42:10 +0000 (UTC) Received: (qmail 96584 invoked by uid 500); 27 Jul 2015 16:42:05 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 96550 invoked by uid 500); 27 Jul 2015 16:42:05 -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 96393 invoked by uid 99); 27 Jul 2015 16:42:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jul 2015 16:42:05 +0000 Date: Mon, 27 Jul 2015 16:42:05 +0000 (UTC) From: "Robert Stupp (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CASSANDRA-9885) Changes for driver 2.2.0-rc2+ support 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-9885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Stupp reassigned CASSANDRA-9885: --------------------------------------- Assignee: Robert Stupp > Changes for driver 2.2.0-rc2+ support > ------------------------------------- > > Key: CASSANDRA-9885 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9885 > Project: Cassandra > Issue Type: Improvement > Components: Core > Reporter: Andy Tolbert > Assignee: Robert Stupp > Priority: Minor > Fix For: 2.2.x > > > I'm jumping the gun on this a bit, in java-driver 2.2.0-rc2 support for custom codecs for column serialization/deserialization is being added ([#387|https://github.com/datastax/java-driver/pull/387]). This introduces a few breaking API changes in serialization/deserialization and Row that require changes in CqlRecordReader and some UDF code. These changes have no functional impact and intend to not bring any breaking changes to the UDF code (currently validating this). > I have a [commit|https://github.com/tolbertam/cassandra/commit/2e2248b1c40ab15819dcd02642df4e2d7565e923] on a [personal branch|https://github.com/tolbertam/cassandra/tree/cassandra-2.2-driver22-rc2] that passes all tests. I'll update it when 2.2.0-rc2 is released (update ant build to pull jar from maven central instead of local). > I figure when the time comes where C* needs to be updated to use a newer version of the driver these changes could come in handy to making the upgrade less painful. -- This message was sent by Atlassian JIRA (v6.3.4#6332)