From 7505ce426a4cab8d9212b4fba144d9c046ddddcd Mon Sep 17 00:00:00 2001 From: lgbo-ustc Date: Wed, 27 Apr 2022 13:11:24 +0800 Subject: [PATCH] update --- src/Interpreters/ConcurrentHashJoin.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Interpreters/ConcurrentHashJoin.cpp b/src/Interpreters/ConcurrentHashJoin.cpp index fee3616a697..83137da1bf3 100644 --- a/src/Interpreters/ConcurrentHashJoin.cpp +++ b/src/Interpreters/ConcurrentHashJoin.cpp @@ -83,9 +83,7 @@ bool ConcurrentHashJoin::addJoinedBlock(const Block & block, bool check_limits) iter = pending_blocks.erase(iter); } else - { iter++; - } } }