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)