Skip to content

Commit b05b4b0

Browse files
committed
Remove path.clone
1 parent 0bf5d66 commit b05b4b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/execution/src/cache/cache_unit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ impl FileStatisticsCache for DefaultFileStatisticsCache {
222222
let path = entry.0.clone();
223223
let cached = entry.1.clone();
224224
entries.insert(
225-
path.clone(),
225+
path,
226226
FileStatisticsCacheEntry {
227227
object_meta: cached.meta.clone(),
228228
num_rows: cached.statistics.num_rows,

0 commit comments

Comments
 (0)