Skip to content

[rust] Stream adapter for bounded readers (DataFusion interop) #572

@fresh-borzoni

Description

@fresh-borzoni

Search before asking

  • I searched in the issues and found nothing similar.

Description

Give LimitBatchScanner and RecordBatchLogReader an into_stream() returning a Stream<Item = Result>, plus a bare-RecordBatch bridge for DataFusion/PyArrow (like the existing SyncRecordBatchLogReader). Additive - keep next_batch(). Do both readers together so the client gets one consistent stream surface.

Willingness to contribute

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions