dsevilla opened a new issue, #47560:
URL: https://github.com/apache/arrow/issues/47560

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   In #25324, the options from core-site or hdfs-site.xml are retreived only if 
used from `HadoopFileSystem` explicitly, but it fails both with:
   
   ```python
   FileSystem.form_uri('hdfs://default:0/xxx')
   ```
   
   and even with
   
   ```python
   HadoopFileSystem.from_uri('hdfs://default:0/xxx')
   ```
   
   I offered a pull request that initially I stated it fixed #25324, but I will 
add that it fixes this issue also.
   
   ### Component(s)
   
   Python


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org

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

Reply via email to