You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2020/10/12 12:54:00 UTC

[jira] [Created] (ARROW-10284) [Python] Pyarrow is raising deprecation warning about filesystems on import

Joris Van den Bossche created ARROW-10284:
---------------------------------------------

             Summary: [Python] Pyarrow is raising deprecation warning about filesystems on import
                 Key: ARROW-10284
                 URL: https://issues.apache.org/jira/browse/ARROW-10284
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
            Reporter: Joris Van den Bossche
            Assignee: Joris Van den Bossche


This happens on import (when setting the warning to be visisble), so even when the user doesn't use the deprecated filesystems:

{code}
In [1]: import warnings

In [2]: warnings.simplefilter("always")

In [3]: import pyarrow
/home/joris/scipy/repos/arrow/python/pyarrow/filesystem.py:255: DeprecationWarning: pyarrow.filesystem.LocalFileSystem is deprecated as of 2.0.0, please use pyarrow.fs.LocalFileSystem instead.
  cls._instance = LocalFileSystem()
{code}




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