I doubt we'll be making enough Thrift changes in the future for it to matter.
On Wed, Jan 2, 2013 at 8:48 AM, Edward Capriolo wrote:
> With thrift methods can not be over-loaded but objects can have optional
> parameters.
>
> In the future should we avoid:
>
> CqlResult execute_cql3_query(1:requi
With thrift methods can not be over-loaded but objects can have optional
parameters.
In the future should we avoid:
CqlResult execute_cql3_query(1:required binary query, 2:required
Compression compression, 3:required ConsistencyLevel consistency)
throws (1:InvalidRequestException ire,
On Tue, Jan 1, 2013 at 11:42 AM, Edward Capriolo wrote:
> Question. 1.2.0-beta2
>
> Why does the thrift interface have 2 CQL methods?
To preserve cql2 compatibility. cql3 pulls consistencylevel into the
method call instead of the query language.
> Is this something we are going to continue?
Wh
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:Sc
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 wrote:
> On Sun,