-
Notifications
You must be signed in to change notification settings - Fork 545
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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.
ion-elgreco
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
No status