mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 17:02:25 +00:00
add a check to debug LOGICAL ERROR of dictionary update
This commit is contained in:
parent
e7e30d67fb
commit
bf6708069c
@ -600,6 +600,7 @@ void mergeBlockWithPipe(
|
||||
while (executor.pull(block))
|
||||
{
|
||||
convertToFullIfSparse(block);
|
||||
block.checkNumberOfRows();
|
||||
|
||||
Columns block_key_columns;
|
||||
block_key_columns.reserve(key_columns_size);
|
||||
|
Loading…
Reference in New Issue
Block a user