Hey there! The current implementation of `HadoopFileSystem` assumes replication 3 by default. The code I'm referring to is here: https://github.com/fsspec/filesystem_spec/blob/8463a6a587f722f279e987b3e8508f2c9bba50d2/fsspec/implementations/arrow.py#L257 It would be better, IMO, to just use this parameter value from the configuration file. So, this would mean setting `replication=0` by default.