Commits


Alessandro Molina authored and Antoine Pitrou committed 93919518365
ARROW-12506: [Python] Improve modularity of pyarrow codebase: _hdfsio module Second batch of changes related to making pyarrow build more modular. `hdfs-io` is no longer included in `pyarrow.lib` but has been separated to its own module. This PR is based on https://github.com/apache/arrow/pull/10131 Closes #10159 from amol-/ARROW-12506-2 Authored-by: Alessandro Molina <amol@turbogears.org> Signed-off-by: Antoine Pitrou <antoine@python.org>