Re: ArrayWritableGroupConverter

2014-09-19 Thread Raymond Lau
Anyone know anything about this? We have our errors stored in this data structure, so it's hard to debug when we can't analyze our errors :\ Shameless bump. On Thu, Aug 14, 2014 at 10:43 AM, Raymond Lau r...@ooyala.com wrote: Original Thrift schema: struct teststruct { 1: optional string

Re: ArrayWritableGroupConverter

2014-08-14 Thread Brock Noland
Hi, Can you share your parquet schema? Brock On Tue, Aug 12, 2014 at 5:06 PM, Raymond Lau raymond.lau...@gmail.com wrote: Hello. (First off, sorry if I accidentally posted to the wrong mailing list before - dev - and you are getting this again) Regarding the ArrayWritableGroupConverter

Re: ArrayWritableGroupConverter

2014-08-14 Thread Raymond Lau
Original Thrift schema: struct teststruct { 1: optional string field1; 2: optional string field2; 3: optional string field3; } struct mainstruct { 1: optional listteststruct teststructs; } This parquet file schema was generated: message ParquetSchema { optional group teststructs {