This commit is contained in:
lgbo-ustc 2022-04-27 13:11:24 +08:00
parent 5738871a8b
commit 7505ce426a

View File

@ -83,9 +83,7 @@ bool ConcurrentHashJoin::addJoinedBlock(const Block & block, bool check_limits)
iter = pending_blocks.erase(iter);
}
else
{
iter++;
}
}
}