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

[jira] [Commented] (ARROW-2319) [C++] Add buffered output class implementing OutputStream interface

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

ASF GitHub Bot commented on ARROW-2319:
---------------------------------------

pitrou opened a new pull request #1903: ARROW-2319: [C++] Add BufferedOutputStream class
URL: https://github.com/apache/arrow/pull/1903
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> [C++] Add buffered output class implementing OutputStream interface
> -------------------------------------------------------------------
>
>                 Key: ARROW-2319
>                 URL: https://issues.apache.org/jira/browse/ARROW-2319
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++
>            Reporter: Wes McKinney
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.10.0
>
>
> This purpose of this is to throttle smaller writes to the actual underlying {{OutputStream}} interface, which might be a file or network protocol. 



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