nteract/papermill

Deprecation warning when running on Python 3.9

オープン

#618 opened on 2021/06/30

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Python (402 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (5,381 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド