Skip to content

Expose a python method to use RecordBatchReader instead of PyArrow Dataset #1814

Open
@aersam

Description

@aersam

Description

It's impossible to use PyArrow Dataset to represent Column Mapping (apache/arrow#36593), also Deletion Vectors are nothing to be represented in a Dataset. PyArrow Tables are more flexibel, but fully loaded into RAM. I think the correct abstraction would be a to_recordbatchreader() method on the Delta Tables which takes a (partition)filter parameter

Use Case

Future support for deletion vectors and column mapping

Metadata

Metadata

Assignees

No one assigned

    Labels

    binding/pythonIssues for the Python packageenhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions