You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "wondertx (Jira)" <ji...@apache.org> on 2021/11/30 09:34:00 UTC

[jira] [Created] (ARROW-14925) pyarrow.fs.HadoopFileSystem.open_append_stream not implemented correctly

wondertx created ARROW-14925:
--------------------------------

             Summary: pyarrow.fs.HadoopFileSystem.open_append_stream not implemented correctly
                 Key: ARROW-14925
                 URL: https://issues.apache.org/jira/browse/ARROW-14925
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
    Affects Versions: 6.0.1
            Reporter: wondertx


`pyarrow.fs.HadooFileSystem.open_append_stream`  does not create an empty file if the target doesn't exist. Plus, doc string of `append_stream` says that 

> DEPRECATED: Open an output stream for appending.

But `open_output_stream' does not have open mode paramater



--
This message was sent by Atlassian Jira
(v8.20.1#820001)