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,