mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
fix tidy
This commit is contained in:
parent
b04b332d87
commit
c34de3cda8
@ -234,7 +234,7 @@ void ConcurrentHashJoin::joinBlock(Block & block, ExtraScatteredBlocks & extra_b
|
|||||||
auto & remaining_blocks = extra_blocks.remaining_blocks;
|
auto & remaining_blocks = extra_blocks.remaining_blocks;
|
||||||
if (extra_blocks.rows())
|
if (extra_blocks.rows())
|
||||||
{
|
{
|
||||||
dispatched_blocks = std::move(remaining_blocks);
|
dispatched_blocks.swap(remaining_blocks);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user