fixed. without apply prepareRightBlock will cause mismatch block structure

This commit is contained in:
lgbo-ustc 2023-05-31 17:37:20 +08:00
parent 3543d95980
commit 5dbce62ec3

View File

@ -623,6 +623,7 @@ Block GraceHashJoin::prepareRightBlock(const Block & block)
void GraceHashJoin::addJoinedBlockImpl(Block block)
{
block = prepareRightBlock(block);
Buckets buckets_snapshot = getCurrentBuckets();
size_t bucket_index = current_bucket->idx;
Block current_block;