Re: C++ Interface Issues

2010-01-18 Thread Jonathan Ellis
I think you are seeing the behavior described at in http://issues.apache.org/jira/browse/THRIFT-455, where In C++, optional fields require applications to manually set __isset fields, otherwise they are not serialized on writing. Apparently this is considered a feature. -Jonathan On Thu, Dec

C++ Interface Issues

2009-12-10 Thread Padraig O'Sullivan
Hi! I was curious if anyone has had success using the C++ interface to Cassandra? I've been having some difficulties and just wanted to check if I was doing something wrong before debugging further or if there was any known issues with C++ interface. I have a simple test program to demonstrate