You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Animesh Trivedi (JIRA)" <ji...@apache.org> on 2018/09/21 09:17:00 UTC

[jira] [Commented] (ARROW-3281) [Java] Make sure that WritableByteChannel in WriteChannel writes out complete bytes

    [ https://issues.apache.org/jira/browse/ARROW-3281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16623312#comment-16623312 ] 

Animesh Trivedi commented on ARROW-3281:
----------------------------------------

Pull request available: https://github.com/apache/arrow/pull/2594

> [Java] Make sure that WritableByteChannel in WriteChannel writes out complete bytes
> -----------------------------------------------------------------------------------
>
>                 Key: ARROW-3281
>                 URL: https://issues.apache.org/jira/browse/ARROW-3281
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Java
>            Reporter: Animesh Trivedi
>            Priority: Trivial
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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. 
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)