Skip to content

Move add_actions_table onto stream #3811

@roeap

Description

@roeap

Description

delta logs can become fairly large so fully materialising them should be done only when really required.

Whenever we use concat_batches this is likely the case. an example being the add_actions_table method, which currently returns a single record batch.

We should change that method to return BoxStream<...> instead and use the same lazy readers we use for scans to expose it in python.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions