Skip to content

Add Iceberg dereference pushdown on the physical input size level #17156

@findinpath

Description

@findinpath

As showcased on #17145 , dereference pushdown does not work yet on the physical level for Iceberg.
Even though the connector filters out nested data information which is not needed, this data is still read from ORC/Parquet (haven't checked yet AVRO) files.

Add the necessary logic to strip the schema being read from the columnar data files so that only the relevant nested information is read from the source file.

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