We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf5d66 commit b05b4b0Copy full SHA for b05b4b0
1 file changed
datafusion/execution/src/cache/cache_unit.rs
@@ -222,7 +222,7 @@ impl FileStatisticsCache for DefaultFileStatisticsCache {
222
let path = entry.0.clone();
223
let cached = entry.1.clone();
224
entries.insert(
225
- path.clone(),
+ path,
226
FileStatisticsCacheEntry {
227
object_meta: cached.meta.clone(),
228
num_rows: cached.statistics.num_rows,
0 commit comments