nteract/papermill

Deprecation warning when running on Python 3.9

Open

#618 geöffnet am 30. Juni 2021

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (402 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (5.381 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

When running Papermill on Python 3.9 in an environment with pyarrow v4.0.1 installed, I see the following FutureWarning

/opt/conda/lib/python3.9/site-packages/papermill/iorw.py:50: FutureWarning: pyarrow.HadoopFileSystem is deprecated as of 2.0.0, please use pyarrow.fs.HadoopFileSystem instead.

  | 2021-06-30T07:38:40.859Z | from pyarrow import HadoopFileSystem

Contributor Guide