Skip to content

Low-Level Arrow Parquet Reader #5522

@tustvold

Description

@tustvold

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

Currently we provide ParquetRecordBatchReader and ParquetRecordBatchStream as interfaces to read parquet data.

These interfaces are relatively straightforward to use, but have limitations:

There is the experimental ArrayReader interface, however, this is very hard to use correctly and exposes a lot of what should probably remain implementation details.

Describe the solution you'd like

I would like an interface, perhaps similar in spirit to that added to the write side by #4871, that achieves the following:

  • Makes it easy to parallelise both:
    • The decoding of the parquet leaf columns
    • The re-assembly of the arrow data from the dremel encodings
  • Facilitates overriding the data source, e.g. by exposing the RowGroups trait
  • Avoids exposing too many internal implementation details

Describe alternatives you've considered

Additional context

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