mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 12:32:04 +00:00
fix tidy build
This commit is contained in:
parent
3db3b365ea
commit
bdcf3a0739
@ -189,7 +189,7 @@ void MergeTreeSink::consume(Chunk & chunk)
|
||||
{
|
||||
.temp_part = std::move(temp_part),
|
||||
.elapsed_ns = elapsed_ns,
|
||||
.block_dedup_token = std::move(block_dedup_token),
|
||||
.block_dedup_token = block_dedup_token,
|
||||
.part_counters = std::move(part_counters),
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user