Skip to content

[Java] Make sure that WritableByteChannel in WriteChannel writes out complete bytes #15802

@asfimport

Description

@asfimport

In the current WriteChannel class, the write function just calls to push the ByteBuffer into the WritableByteChannel. However, there is no guarantee if the whole buffer has been consumed by the channel in one go. 

 

Reporter: Animesh Trivedi / @animeshtrivedi
Assignee: Animesh Trivedi / @animeshtrivedi

PRs and other links:

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