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

ARROW-12359: [C++] Deprecate FileSystem::OpenAppendStream #10874

Closed

Conversation

pitrou
Copy link
Member

@pitrou pitrou commented Aug 4, 2021

This function is poorly supported accross filesystems and is not generally useful for the kind of data that Arrow accesses.

@github-actions
Copy link

github-actions bot commented Aug 4, 2021

Copy link
Member

@westonpace westonpace left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. There is also a spot here which could use the macro although hopefully I will be fixing that reference soon. I do agree with the general philosophy that "filesystem" isn't meant to be a general purpose utility and so anything that isn't used probably shouldn't be there.

This function is poorly supported accross filesystems and is not generally useful for the kind of data that Arrow accesses.
@pitrou pitrou force-pushed the ARROW-12359-deprecate-open-append-stream branch from e72d5ff to c61b18e Compare August 5, 2021 12:15
@pitrou pitrou closed this in b1626f6 Aug 5, 2021
@pitrou pitrou deleted the ARROW-12359-deprecate-open-append-stream branch August 5, 2021 14:21
michalursa pushed a commit to michalursa/arrow that referenced this pull request Aug 17, 2021
This function is poorly supported accross filesystems and is not generally useful for the kind of data that Arrow accesses.

Closes apache#10874 from pitrou/ARROW-12359-deprecate-open-append-stream

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants