Skip to content

[C++][Dataset][Python] Improve ParquetFileFragment serialization #26413

@asfimport

Description

@asfimport

After ARROW-10131 ParquetFileFragment wraps a FileMetaData, from which all its properties are queried. FileMetaData is emminently serializable, so when pickling a fragment with pre-loaded metadata it would save redundant IO to just serialize the metadata. (An unpickled fragment would then also have pre-loaded metadata.)

#8507 (comment)

Reporter: Ben Kietzman / @bkietz

Note: This issue was originally created as ARROW-10435. 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