Right, it's always going to be X.Y.Z where Z indicates no change in
compatibility, and Y indicates a backward compatible change. The
important comparison here would be on X:
a.split(".")[0] == b.split(".")[0]
> On Fri, Aug 20, 2010 at 8:51 AM, Daniel Lundin <d...@eintr.org> wrote:
>>
>> A quick patch to ensure thrift api versions is the same on client and
>> server side:
>>
>> http://github.com/dln/pycassa/commit/bb83550df7f64dbd85255001ba8ad31a641a667b
--
Eric Evans
john.er...@gmail.com
Updated the branch (http://github.com/dln/pycassa/tree/thrift-version-assert)
/d