Return-Path: X-Original-To: apmail-cassandra-dev-archive@www.apache.org Delivered-To: apmail-cassandra-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 938F989BC for ; Sun, 28 Aug 2011 15:36:28 +0000 (UTC) Received: (qmail 94636 invoked by uid 500); 28 Aug 2011 15:36:27 -0000 Delivered-To: apmail-cassandra-dev-archive@cassandra.apache.org Received: (qmail 94551 invoked by uid 500); 28 Aug 2011 15:36:26 -0000 Mailing-List: contact dev-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 dev@cassandra.apache.org Received: (qmail 94543 invoked by uid 99); 28 Aug 2011 15:36:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Aug 2011 15:36:26 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of eevans@acunu.com designates 209.85.210.48 as permitted sender) Received: from [209.85.210.48] (HELO mail-pz0-f48.google.com) (209.85.210.48) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Aug 2011 15:36:21 +0000 Received: by pzk34 with SMTP id 34so6617994pzk.21 for ; Sun, 28 Aug 2011 08:36:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=acunu.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=6LMOo/ZiayoNfrleaMnitIZ5gQdkCgu538xuk4UZHOQ=; b=Ad7hqNYxG5WWXcjRCVlbMS8LD4lBuLQ9IfHbcQtFWu0Yx/53r8+AwPc9BQx6H9FIHW 9mQqaYZFb0+5WfDQfJ8BP4D61hpJZmoJV8esn9WhNbWRV2pvTPR7BtBTZ4mfyRFjYFgS rjFftWTQJ53tGYnQWU7MQDYWbSnxQs9F5DS1I= MIME-Version: 1.0 Received: by 10.142.131.4 with SMTP id e4mr1829952wfd.296.1314545760016; Sun, 28 Aug 2011 08:36:00 -0700 (PDT) Received: by 10.142.111.2 with HTTP; Sun, 28 Aug 2011 08:35:59 -0700 (PDT) In-Reply-To: <1314521276.99952.YahooMailNeo@web32502.mail.mud.yahoo.com> References: <1314521276.99952.YahooMailNeo@web32502.mail.mud.yahoo.com> Date: Sun, 28 Aug 2011 10:35:59 -0500 Message-ID: Subject: Re: CqlResult in CassandraConnection From: Eric Evans To: dev@cassandra.apache.org, Vivek Mishra Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Sun, Aug 28, 2011 at 3:47 AM, Vivek Mishra wrot= e: > Recently i can see changes made in jdbc connection API. > > Wondering why are we returning CqlResult from CassandraConnection, ideall= y it should return ResultSet as jdbc api. > > Any thoughts? The execute methods aren't a part of the java.sql.Connection interface, but they are public, and so shouldn't be returning Thrift structs. Maybe we just need to drop the public modifier. Can you open a ticket Vivek? --=20 Eric Evans Acunu |=A0http://www.acunu.com=A0| @acunu