Hi~all~
I use the Arrow-1.0.0 to parse parquet and meet that error.
Is there any way or plan to deal with it?
The schema outputed by 'parquet-dump-schema' is below.
message schema {
  optional int64 age;
  optional group logs {
    optional group players (List) {
      repeated group list {
        optional binary item (String);
      }
    }
  }
  optional int64 year;
}

Thanks~

Reply via email to