Skip to content

Commit

Permalink
chore: clone()
Browse files Browse the repository at this point in the history
  • Loading branch information
QuenKar committed Jan 5, 2024
1 parent 8c23488 commit 57133c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mito2/src/compaction/twcs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ impl TwcsCompactionTask {
file_id,
metadata,
source: Source::Reader(reader),
cache_manager: cache_manager.clone(),
cache_manager,
storage,
},
&write_opts,
Expand Down

0 comments on commit 57133c4

Please sign in to comment.