From user-return-27438-apmail-cassandra-user-archive=cassandra.apache.org@cassandra.apache.org Thu Jul 5 22:30:18 2012 Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C8390D9CD for ; Thu, 5 Jul 2012 22:30:18 +0000 (UTC) Received: (qmail 25848 invoked by uid 500); 5 Jul 2012 22:30:16 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 25817 invoked by uid 500); 5 Jul 2012 22:30:16 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 25808 invoked by uid 99); 5 Jul 2012 22:30:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jul 2012 22:30:16 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.113.200.5] (HELO homiemail-a44.g.dreamhost.com) (208.113.200.5) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jul 2012 22:30:09 +0000 Received: from homiemail-a44.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a44.g.dreamhost.com (Postfix) with ESMTP id F1B78118071 for ; Thu, 5 Jul 2012 15:29:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=thelastpickle.com; h=from :mime-version:content-type:subject:date:in-reply-to:to :references:message-id; q=dns; s=thelastpickle.com; b=TavDJoroQ7 hNJUjQmFNY3DPsjsdPDwOmVS1RrxeqxT1a1RKcpzgqgU7XDJHIUT1vMtNtaKRFUS K8NWuW/i0M4RBuVDVpjpunBzcWRMK/B7g62bAOPqmH1iHZX/Tsr/8PQuug9VZEA/ vALleo3lwHN3c7OtyfnFQ65tX6njAdCvY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=thelastpickle.com; h=from :mime-version:content-type:subject:date:in-reply-to:to :references:message-id; s=thelastpickle.com; bh=ixi5WPK3kmWWy01T eI7gmcQN8uA=; b=WVoZVrEZGn2nGZ9RX1kLAtzy4JOtewuHeelr6+IByyV5vcN4 biMJqHANyn5ogJoifavpA+3D0xLYKMsCGhHp+6e4uk0QNwWY7sFPjYYaPgC1mMvS 04/hiKj1ZrCjvd2wWKOCgz066vysvqrLshVOTMQ3hVYTpEoE7Gbnb43mLSA= Received: from [192.168.2.189] (unknown [116.90.132.105]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: aaron@thelastpickle.com) by homiemail-a44.g.dreamhost.com (Postfix) with ESMTPSA id 55A33118060 for ; Thu, 5 Jul 2012 15:29:46 -0700 (PDT) From: aaron morton Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: multipart/alternative; boundary="Apple-Mail=_8E1A2B09-2414-4386-95D2-667D1BFBEBFC" Subject: Re: Enable CQL3 from Astyanax Date: Fri, 6 Jul 2012 10:29:43 +1200 In-Reply-To: <4FF46FD3.7080809@restlet.com> To: user@cassandra.apache.org References: <4FE8C017.7080006@restlet.com> <4FEB191D.7090500@restlet.com> <6DDDA229-3A58-45E6-9B4B-D69504EAF8EB@thelastpickle.com> <4FF46FD3.7080809@restlet.com> Message-Id: X-Mailer: Apple Mail (2.1278) --Apple-Mail=_8E1A2B09-2414-4386-95D2-667D1BFBEBFC Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 Can you provide an example ?=20 select * should return all the columns from the CF.=20 Cheers ----------------- Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 5/07/2012, at 4:31 AM, Thierry Templier wrote: > Thanks Aaron. >=20 > I wonder if it's possible to obtain columns from a CQL 3 select query = (with a select *) that aren't defined in the create table. These fields = are present when all attributes are loaded but not when using CQL3. Is = it the normal behavior? Thanks very much! >=20 > Thierry >=20 >> Thanks for contributing.=20 >>=20 >> I'm behind the curve on CQL 3, but here is a post about some of the = changes http://www.datastax.com/dev/blog/whats-new-in-cql-3-0 >>=20 >> Cheers >>=20 >>=20 >> ----------------- >> Aaron Morton >> Freelance Developer >> @aaronmorton >> http://www.thelastpickle.com >>=20 >> On 28/06/2012, at 2:30 AM, Thierry Templier wrote: >>=20 >>> Hello Aaron, >>>=20 >>> I created an issue on the Astyanax github for this problem. I added = a fix to support CQL3 in the tool. >>> See the link https://github.com/Netflix/astyanax/issues/75. >>>=20 >>> Thierry >>>=20 >>>> Had a quick look, the current master does not appear to support it.=20= >>>>=20 >>>> Cheers >>=20 >=20 >=20 --Apple-Mail=_8E1A2B09-2414-4386-95D2-667D1BFBEBFC Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=iso-8859-1 Can = you provide an example ? 

select * should return = all the columns from the = CF. 

Cheers

http://www.thelastpickle.com

On 5/07/2012, at 4:31 AM, Thierry Templier wrote:

=20 =20
Thanks Aaron.

I wonder if it's possible to obtain columns from a CQL 3 select query (with a select *) that aren't defined in the create table. These fields are present when all attributes are loaded but not when using CQL3. Is it the normal behavior? Thanks very much!

Thierry

Thanks for contributing. 

I'm behind the curve on CQL 3, but here is a post about some of the changes http://www.= datastax.com/dev/blog/whats-new-in-cql-3-0

Cheers


-----------------
Aaron Morton
Freelance Developer
@aaronmorton

On 28/06/2012, at 2:30 AM, Thierry Templier wrote:

Hello Aaron,

I created an issue on the Astyanax github for this problem. I added a fix to support CQL3 in the tool.
See the link https://github.com/= Netflix/astyanax/issues/75.

Thierry

Had a quick look, the current master does not appear to support it. 

Cheers




= --Apple-Mail=_8E1A2B09-2414-4386-95D2-667D1BFBEBFC--