mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 21:42:39 +00:00
update
This commit is contained in:
parent
7505ce426a
commit
10b7e08319
@ -83,9 +83,11 @@ bool ConcurrentHashJoin::addJoinedBlock(const Block & block, bool check_limits)
|
||||
iter = pending_blocks.erase(iter);
|
||||
}
|
||||
else
|
||||
{
|
||||
iter++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (check_limits)
|
||||
return table_join->sizeLimits().check(getTotalRowCount(), getTotalByteCount(), "JOIN", ErrorCodes::SET_SIZE_LIMIT_EXCEEDED);
|
||||
|
Loading…
Reference in New Issue
Block a user