You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2016/12/07 17:28:59 UTC

[jira] [Created] (ARROW-410) [C++] Add Flush method to arrow::io::OutputStream

Wes McKinney created ARROW-410:
----------------------------------

             Summary: [C++] Add Flush method to arrow::io::OutputStream
                 Key: ARROW-410
                 URL: https://issues.apache.org/jira/browse/ARROW-410
             Project: Apache Arrow
          Issue Type: New Feature
          Components: C++
            Reporter: Wes McKinney


Some output sinks have a flush() method separate from write(...). Rather than flushing all writes, we can leave this up to the implementation, and have a default no-op Flush implementation. This came up during ARROW-404 (ran into test failure with unflushed writes, because the Java HDFS client does not auto-flush)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)