Skip to content

Write Multiple RecordBatch to Parquet Row Group #1211

@tustvold

Description

@tustvold

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

Parquet row groups are meant to contain large numbers of rows. This helps amortize statistics, metadata, and IO overheads, and make the best use of dictionary encoding.

Currently every call to ArrowWriter::write creates a new row group, this is unfortunate

Describe the solution you'd like

ArrowWriter should only close a row group once it exceeds the configured WriterProperties::max_row_group_size

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementAny new improvement worthy of a entry in the changelog

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions