You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/10/01 08:32:48 UTC

[GitHub] [arrow] jorisvandenbossche commented on pull request #8149: ARROW-9645: [Python] Deprecate pyarrow.filesystem in favor of pyarrow.fs

jorisvandenbossche commented on pull request #8149:
URL: https://github.com/apache/arrow/pull/8149#issuecomment-701980265


   We *could* in theory also add a deprecation in each method on the legacy HadoopFileSystem, so that any use outside of passing it to one of our own functions accepting a filesystem gets deprecated, but not the construction of the filesystem object itself (and then we can eventually return a different object, and for now convert it internally). 
   
   But, even if we do the effort for that, we are still left with this `pyarrow.hdfs` namespace which only has the `connect()` function long term ..
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org