nteract/papermill

Deprecation warning when running on Python 3.9

Open

#618 aperta il 30 giu 2021

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Python (402 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (5381 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor