On Mon, Aug 20, 2012 at 6:18 PM, Joe Pallas <[email protected]> wrote: > Anyone out there actively using the thrift2 interface in 0.94? Thrift > bindings for C++ don’t seem to handle optional arguments too well (that is to > say, it seems that optional arguments are not optional). Unfortunately, > checkAndPut uses an optional argument for value to distinguish between the > two cases (value must match vs no cell with that column qualifier). Any > clues on how to work around that difficulty would be welcome. >
If you make a patch, we'll commit it Joe. Have you seen this? https://github.com/facebook/native-cpp-hbase-client Would it help? St.Ack
