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 wrote:
> Original Thrift schema:
>
> struct teststruct {
> 1: optional string field1;
>
Original Thrift schema:
struct teststruct {
1: optional string field1;
2: optional string field2;
3: optional string field3;
}
struct mainstruct {
1: optional list teststructs;
}
This parquet file schema was generated:
message ParquetSchema {
optional group teststructs {
repeated
Hi,
Can you share your parquet schema?
Brock
On Tue, Aug 12, 2014 at 5:06 PM, Raymond Lau
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 class: I was just wond