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 E189E182B4 for ; Wed, 29 Jul 2015 23:53:04 +0000 (UTC) Received: (qmail 69639 invoked by uid 500); 29 Jul 2015 23:53:04 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 69602 invoked by uid 500); 29 Jul 2015 23:53:04 -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 69591 invoked by uid 99); 29 Jul 2015 23:53:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jul 2015 23:53:04 +0000 Date: Wed, 29 Jul 2015 23:53:04 +0000 (UTC) From: "Andy Tolbert (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=14646929#comment-14646929 ] Andy Tolbert commented on CASSANDRA-9885: ----------------------------------------- I think we'll probably want to wait until 2.2.0-rc3 to incorporate this, there is a few bugs (JAVA-847, JAVA-849) and a change (JAVA-848) that I'd like to use. Will keep the ticket updated as to when this would be ready. > 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: Andy Tolbert > 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)