Skip to content

Make pyarrow dependency optional #274

@scosman

Description

@scosman

The pyarrow package is about 80MB, which is giant. This is especially impactful for python apps which are distributed (much larger than the rest of the app combined).

The feature it provides (parquet checking) isn't needed by most users.

I'd suggest making that dependency optional. If present, use the package. If missing raise a helpful error telling them to install it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions