mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 02:52:13 +00:00
fixed. without apply prepareRightBlock will cause mismatch block structure
This commit is contained in:
parent
3543d95980
commit
5dbce62ec3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user