Question. 1.2.0-beta2

Why does the thrift interface have 2 CQL methods?

  CqlResult execute_cql_query(1:required binary query, 2:required
Compression compression)
    throws (1:InvalidRequestException ire,
            2:UnavailableException ue,
            3:TimedOutException te,
            4:SchemaDisagreementException sde)

  CqlResult execute_cql3_query(1:required binary query, 2:required
Compression compression, 3:required ConsistencyLevel consistency)
    throws (1:InvalidRequestException ire,
            2:UnavailableException ue,
            3:TimedOutException te,
            4:SchemaDisagreementException sde)

Is this something we are going to continue? Just naming methods
execute_cql3_query? I wish we could have done the cassandra 0.6.X -> 0.7.X
migration this way:)

get(String keyspace, String column family, String rowkey, String column)

get7(String columnFamily, binay rowkey, binary column )


On Mon, Dec 3, 2012 at 12:34 PM, Sylvain Lebresne <sylv...@datastax.com>wrote:

> Alright, seems we can use a beta 3 before calling this a RC1.
> So I'm closing this vote and I'll rebrand this as beta3 and do a short 24h
> with that. And hopefully we'll have a true RC1 quickly after that.
>
> Stay tuned.
>
> --
> Sylvain
>
>
> On Mon, Dec 3, 2012 at 5:57 AM, Brandon Williams <dri...@gmail.com> wrote:
>
> > On Sun, Dec 2, 2012 at 10:45 PM, Jonathan Ellis <jbel...@gmail.com>
> wrote:
> > > I'm not a fan of blocking a new rc because of bugs that are not
> > > regressions new in that release.  I'd also like to get more testing on
> > > the 1.2 fixes since b2.  But we can call it b3 instead of rc1 if you
> > > want.
> >
> > I agree with everything you've said.  I'm fine with calling it b3,
> > though I expect we'll have that ticket closed soon and could re-roll
> > an rc1 on Tuesday.
> >
> > -Brandon
> >
>

Reply via email to