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 1DE9811487 for ; Wed, 14 May 2014 17:19:21 +0000 (UTC) Received: (qmail 78672 invoked by uid 500); 14 May 2014 08:19:21 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 78498 invoked by uid 500); 14 May 2014 08:19:21 -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 78321 invoked by uid 99); 14 May 2014 08:19:21 -0000 Received: from Unknown (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 May 2014 08:19:21 +0000 Date: Wed, 14 May 2014 08:19:21 +0000 (UTC) From: "Sylvain Lebresne (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-7208) CollectionType validate method should have a proper implementation 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-7208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-7208: ---------------------------------------- Summary: CollectionType validate method should have a proper implementation (was: CollectionType should have a proper implementation) > CollectionType validate method should have a proper implementation > ------------------------------------------------------------------ > > Key: CASSANDRA-7208 > URL: https://issues.apache.org/jira/browse/CASSANDRA-7208 > Project: Cassandra > Issue Type: Bug > Reporter: Sylvain Lebresne > Assignee: Sylvain Lebresne > Fix For: 2.1 rc1 > > Attachments: 7208.txt > > > This is pretty much the same problem than for CASSANDRA-6783 but with the {{validate}} method. Namely, we use to never need that method for {{ListType/SetType/MapType}} but we need it now with UDT. More precisely, passing a UDT value with collections inside in a prepare statement currently throws an UnsupportedOperationException. -- This message was sent by Atlassian JIRA (v6.2#6252)