kopczynski-9livesdata opened a new issue, #46836: URL: https://github.com/apache/arrow/issues/46836
### Describe the enhancement requested Hey there! The current implementation of `HadoopFileSystem` assumes the default replication factor of 3. Here is the code I'm referring to: https://github.com/apache/arrow/blob/639201bfa412db26ce45e73851432018af6c945e/python/pyarrow/_hdfs.pyx#L68 In my understanding, it would be better to just fetch this parameter value from the configuration by default instead of assuming 3. In other words, `replication=0` should be the default here. ### 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