Skip to content

[C++] Have exported ArrowArrayStreams call RecordBatchReader::Close #32165

@asfimport

Description

@asfimport

We added RecordBatchReader::Close(), should we have an exported ArrowArrayStream call this?

The issue is that release() can't return errors. We could call Close() implicitly after the last batch if the user drains the ArrowArrayStream, and return any error there, but if they don't drain the stream (but call release) we'll have no way to return the error. (Or we could make an ABI break…)

Reporter: David Li / @lidavidm

Note: This issue was originally created as ARROW-16836. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions