pitrou commented on a change in pull request #11845:
URL: https://github.com/apache/arrow/pull/11845#discussion_r761900172
##########
File path: cpp/src/arrow/filesystem/filesystem.h
##########
@@ -290,9 +290,6 @@ class ARROW_EXPORT FileSystem : public
std::enable_shared_from_this<FileSystem>
/// Open an output stream for appending.
///
/// If the target doesn't exist, a new empty file is created.
- ARROW_DEPRECATED(
Review comment:
I would add a note in the docstring that this cannot be supported by all
filesystem kinds.
##########
File path: python/pyarrow/_fs.pyx
##########
@@ -681,14 +680,9 @@ cdef class FileSystem(_Weakrefable):
def open_append_stream(self, path, compression='detect',
buffer_size=None, metadata=None):
"""
- DEPRECATED: Open an output stream for appending.
If the target doesn't exist, a new empty file is created.
- .. deprecated:: 6.0
Review comment:
Here as well, it would be nice to add a note.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]