[
https://issues.apache.org/jira/browse/ARROW-2466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rok Mihevc updated ARROW-2466:
------------------------------
External issue URL: https://github.com/apache/arrow/issues/15703
> [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: 20m
> 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
(v8.20.10#820010)