Skip to content

[C#] ArrowStreamWriter should expose synchronous Write methods #16044

@asfimport

Description

@asfimport

There are times when callers are in a synchronous method and need to write an Arrow stream. However, ArrowStreamWriter (and ArrowFileWriter) only expose WriteAsync methods, which means the caller needs to call the Async method, and then block on the resulting Task.

Instead, we should also expose Write methods that complete in a synchronous fashion, so the callers are free to choose the sync or async methods as they need.

Reporter: Eric Erhardt / @eerhardt

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-5034. 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

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions