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)