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