This happens on import (when setting the warning to be visisble), so even when the user doesn't use the deprecated filesystems:
In [1]: importwarningsIn [2]: warnings.simplefilter("always")
In [3]: importpyarrow
/home/joris/scipy/repos/arrow/python/pyarrow/filesystem.py:255: DeprecationWarning: pyarrow.filesystem.LocalFileSystemisdeprecatedasof2.0.0, pleaseusepyarrow.fs.LocalFileSysteminstead.
cls._instance = LocalFileSystem()I forgot to add a filter in the construction of the LocalFileSystem ..
Reporter: Joris Van den Bossche / @jorisvandenbossche
Assignee: Joris Van den Bossche / @jorisvandenbossche
PRs and other links:
Note: This issue was originally created as ARROW-10284. Please see the migration documentation for further details.
This happens on import (when setting the warning to be visisble), so even when the user doesn't use the deprecated filesystems:
I forgot to add a filter in the construction of the LocalFileSystem ..
Reporter: Joris Van den Bossche / @jorisvandenbossche
Assignee: Joris Van den Bossche / @jorisvandenbossche
PRs and other links:
Note: This issue was originally created as ARROW-10284. Please see the migration documentation for further details.