Thanks Henrique. Yes, a very simple change (that ticket addresses a lot more, and seems like a very good idea to me... there's no point having typing that's never checked!).
On Fri, Nov 22, 2013 at 10:44 PM, Henrique Mendonça <[email protected]>wrote: > Hi James, > There is an old patch for that, > https://issues.apache.org/jira/browse/THRIFT-1732 > I haven't had time to have a look but it might fix it. > > Cheers, > Henrique > > > On 21 November 2013 00:56, James Haggerty <[email protected]> wrote: > > > Hi, > > > > As far as I can determine, Python - even though it has a 'validate' > > function - doesn't check required fields on serialising or deserialising > > (i.e. it's ok if they're None). > > > > Is this correct, and is there any rationale? Would seem like a very easy > > fix. > > > > James. > > >
