Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
14.63k
stars
3.56k
forks
source link
[Python] Add support for chown and chmod in HadoopFileSystem #44732
Open
npennequin opened 1 week ago
Describe the enhancement requested
The legacy filesystem interface had support for chown and chmod in
HadoopFileSystem
.As far as I can see there is no way to do these operations using
pyarrow.fs.HadoopFileSystem
. Would it be possible to provide support for them?Component(s)
Python