Commits


Krisztián Szűcs authored and Antoine Pitrou committed 54cb9c0d321
ARROW-7310: [Python] Expose HDFS implementation for pyarrow.fs Closes #5990 from kszucs/ARROW-7310 and squashes the following commits: 1521226f2 <Krisztián Szűcs> Typo 206492bae <Krisztián Szűcs> Fix docstring 65796f8fc <Krisztián Szűcs> Use hdfs options by default in the test suite ce5c77b1b <Krisztián Szűcs> Docstrings f38fdfd16 <Krisztián Szűcs> Add user to HDFS uri 8b2f44e7e <Krisztián Szűcs> Remove the unreleased s3fs module in favor of pyarrow.fs 8cbae0d60 <Krisztián Szűcs> Fix hdfs input/output stream closing; fix append to file tests; test hdfs options 9eb10adb0 <Krisztián Szűcs> Enable hdfs tests 808e22725 <Krisztián Szűcs> Fix import in conftest 73d916842 <Krisztián Szűcs> Python bindingds for HDFS filesystem Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>