Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] Add Flush method to arrow::io::OutputStream #16059

Closed
asfimport opened this issue Dec 7, 2016 · 2 comments
Closed

[C++] Add Flush method to arrow::io::OutputStream #16059

asfimport opened this issue Dec 7, 2016 · 2 comments

Comments

@asfimport
Copy link

asfimport commented Dec 7, 2016

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)

Reporter: Wes McKinney / @wesm
Assignee: Wes McKinney / @wesm

Related issues:

Note: This issue was originally created as ARROW-410. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
PR: #310

@asfimport
Copy link
Author

Wes McKinney / @wesm:
Issue resolved by pull request 310
#310

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants