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: us...@infra.apache.org