Skip to content

Move add_actions_table onto stream #3811

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    • Status
      Done
    • Status
      Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions