Skip to content

Replace parquet metadata thrift version with in memory version. #1004

Closed
@liurenjie1024

Description

@liurenjie1024

In parquet crate, there are two kinds of data structures for metadata: in memory version vs auto generated version from parquet's thrift definition. For example, there are two versions of FileMetadata: in memory vs thrift definition.

We should use the in memory one as it provides more features, while thrift version was only used for ser/de in parquet.

There are several places in our crate which is using thrift version:

  1. parquet writer

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions