Skip to content

[Feature]: extend predicate pushdown to multi-column-group reads #523

Description

@tedxu

Predicate pushdown in PR #511 supports only single-column-group reads.
When more than one column group exists, PackedRecordBatchReader logs
a warning and ignores the predicate.

To support multi-column-group, the lower-level reader needs to return
a row mask alongside batches so the upper layer can align reads across
column groups.

Captured from review of PR #511:
#511 (comment)

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