-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
Sometime in the last few versions, a isStructOrUnion field has been added to the thrift.descriptor written to the parquet header:
{
"children": [ ... ],
"id": "STRUCT",
"structOrUnionType": "STRUCT"
}The current release now throws an exception when that field is missing / UNKNOWN). This makes it impossible to read back thrift data written using a previous release.
Reporter: Ben Kirwin
Related issues:
Note: This issue was originally created as PARQUET-405. Please see the migration documentation for further details.