Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing deprecated pyarrow.hdfs.connect call from iorw.py #615

Merged
merged 2 commits into from
Jun 16, 2021

Commits on Jun 7, 2021

  1. SInce v2.0: pyarrow.hdfs.connect is deprecated, calling pyarrow.fs.Ha…

    …doopFileSystem instead.
    
    Addressing commonly see warning in iorw.py file.
    
    /usr/local/lib/python3.7/dist-packages/papermill/iorw.py:50: FutureWarning: pyarrow.HadoopFileSystem is deprecated as of 2.0.0, please use pyarrow.fs.HadoopFileSystem instead.
      from pyarrow import HadoopFileSystem
    abhimanyu-bitsgoa committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    0bab6bd View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Update papermill/iorw.py

    MSeal committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    4e2b3d4 View commit details
    Browse the repository at this point in the history