Kimahriman / hdfs-native

Apache License 2.0
32 stars 12 forks source link

Support buffered reading in fsspec #155

Closed Kimahriman closed 2 weeks ago

Kimahriman commented 2 weeks ago

fsspec's block_size on _open is supposed to indicate some sort of buffering, so use this value if set to created a BufferedReader wrapper around the FileReader