Thanks. But it means i may have re-write all the stuff in CQL way.
Considering CQL as a future interface for cassandra interface,AFN i will
implement it without mixing them.
-Vivek
On Mon, Oct 22, 2012 at 6:32 PM, Jonathan Ellis wrote:
> Mixing the two isn't really recommended because of just t
Mixing the two isn't really recommended because of just this kind of
difficulty, but if you must, I would develop against 1.2 since it will
actually validate that the CT encoding you've done manually is valid.
1.1 will just fail silently.
On Mon, Oct 22, 2012 at 6:57 AM, Vivek Mishra wrote:
> Hi,
Hi,
I am building support for Composite/Compund keys in Kundera and currently
getting into number of problems for my POC to access it via Thrift.
I am planning to use thrift API for insert/update/delete and for query i will
go by CQL way.
Issues:
CompositeTypeRunner.java (see attached): Sim