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

[jira] [Created] (ARROW-2466) [C++] misleading "append" flag to FileOutputStream

Antoine Pitrou created ARROW-2466:
-------------------------------------

             Summary: [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


{{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)