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 C1CB19E99 for ; Thu, 5 Jan 2012 16:58:03 +0000 (UTC) Received: (qmail 38188 invoked by uid 500); 5 Jan 2012 16:58:03 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 38164 invoked by uid 500); 5 Jan 2012 16:58:02 -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 38156 invoked by uid 99); 5 Jan 2012 16:58:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2012 16:58:02 +0000 X-ASF-Spam-Status: No, hits=-2001.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2012 16:58:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 70FC81395B9 for ; Thu, 5 Jan 2012 16:57:39 +0000 (UTC) Date: Thu, 5 Jan 2012 16:57:39 +0000 (UTC) From: "Eric Evans (Commented) (JIRA)" To: commits@cassandra.apache.org Message-ID: <1584566414.9898.1325782659464.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1760266686.58147.1302800105858.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-2474) CQL support for compound columns MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13180522#comment-13180522 ] Eric Evans commented on CASSANDRA-2474: --------------------------------------- bq. But at the risk of sounding like a buzzkill, I'd mention that this will be tight and I don't think we should rush this (both code and review). That being said, if there is no hiccup with the implementation we may be good. I also think this is tight, particularly since it's introducing new syntax, and a syntax that required one of the most (if not _the_ most) epic discussions. Ever. I've been thinking about this for a while, but what do people think about implementing an experimental mode? Something that involves setting a boolean in {{cassandra.conf}}, or passing a {{-Dcassandra.experimental=true}} property. Code like this (or prepared statements for that matter) could test that experimental mode is enabled, or raise a new Thrift exception if it isn't. Granted that means we'll see less testing than we would otherwise, but I think we stand to see more/better testing than we would from a beta or RC. More importantly, it sets an expectation that it's new, less tested, and that breaking changes might be coming (all of which are true IMO). > CQL support for compound columns > -------------------------------- > > Key: CASSANDRA-2474 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2474 > Project: Cassandra > Issue Type: New Feature > Components: API, Core > Reporter: Eric Evans > Assignee: Pavel Yaskevich > Labels: cql > Fix For: 1.1 > > Attachments: 2474-transposed-1.PNG, 2474-transposed-raw.PNG, 2474-transposed-select-no-sparse.PNG, 2474-transposed-select.PNG, raw_composite.txt, screenshot-1.jpg, screenshot-2.jpg > > > For the most part, this boils down to supporting the specification of compound column names (the CQL syntax is colon-delimted terms), and then teaching the decoders (drivers) to create structures from the results. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira