Skip to content

Backwards-incompatible change to thrift metadata #1914

@asfimport

Description

@asfimport

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions