Skip to content

Is Spark limited to split the Parquet read granularity by Row Group level only? #55747

@felipepessoto

Description

@felipepessoto

According to some articles I found:

Seems Spark can only parallelize the reads across row groups. Is this a known limitation?

Is there any way to split it by row or page level?

If a file has a single row group, it means all the tasks, except 1, would be idle? And that one task would read the entire file?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions