You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Maarten Breddels (Jira)" <ji...@apache.org> on 2021/08/04 10:42:00 UTC

[jira] [Created] (ARROW-13546) [Python] Breaking API change in FSSpecHandler, requires metadata argument

Maarten Breddels created ARROW-13546:
----------------------------------------

             Summary: [Python] Breaking API change in FSSpecHandler, requires metadata argument
                 Key: ARROW-13546
                 URL: https://issues.apache.org/jira/browse/ARROW-13546
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
            Reporter: Maarten Breddels


[https://github.com/apache/arrow/pull/10295] introduced the required metadata argument to FSSpecHandler.open_output_stream 
Noticed this in our CI/testsuite at [https://github.com/vaexio/vaex/pull/1490] 
{code:java}
    def create():
261>       return fs.open_output_stream(path)
262E       TypeError: open_output_stream() missing 1 required positional argument: 'metadata'
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)