[ 
https://issues.apache.org/jira/browse/ARROW-2466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Uwe L. Korn resolved ARROW-2466.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 0.10.0

Issue resolved by pull request 1978
[https://github.com/apache/arrow/pull/1978]

> [C++] misleading "append" flag to FileOutputStream
> --------------------------------------------------
>
>                 Key: ARROW-2466
>                 URL: https://issues.apache.org/jira/browse/ARROW-2466
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: 0.9.0
>            Reporter: Antoine Pitrou
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.10.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {{FileOutputStream}} has a constructor option named {{append}}, but all it 
> does is prevent truncation of the file, i.e. it doesn't move the file pointer 
> to the end. And given {{FileOutputStream}} doesn't have a seek method, this 
> option is useless unless you manually seek using the file descriptor.



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

Reply via email to