Skip to content

Commit 5795d38

Browse files
author
ovoievodin
committed
feat: read HDFS ranges concurrently
1 parent b341723 commit 5795d38

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

core/services/hdfs/src/backend.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ impl Builder for HdfsBuilder {
195195
atomic_write_dir,
196196
client: Arc::new(client),
197197
file_cache: HdfsCore::new_file_cache(
198-
self.config.file_cache_capacity.unwrap_or(
199-
super::core::DEFAULT_FILE_CACHE_CAPACITY,
200-
),
198+
self.config
199+
.file_cache_capacity
200+
.unwrap_or(super::core::DEFAULT_FILE_CACHE_CAPACITY),
201201
),
202202
}),
203203
})

0 commit comments

Comments
 (0)