nteract/papermill

Deprecation warning when running on Python 3.9

Open

#618 创建于 2021年6月30日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Python (402 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (5,381 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南