Commits


Itamar Turner-Trauring authored and Antoine Pitrou committed 5c5a0d63a42
ARROW-9226: [Python] Support core-site.xml default filesystem. Fixes https://issues.apache.org/jira/browse/ARROW-9226 The functionality for reading `core-site.xml` is inside `libhdfs`, all this does is expose this functionality to the new API, as it was in `pyarrow.hdfs.connect()`. Closes #10917 from itamarst/ARROW-9226 Authored-by: Itamar Turner-Trauring <itamar@itamarst.org> Signed-off-by: Antoine Pitrou <antoine@python.org>