add a check to debug LOGICAL ERROR of dictionary update

This commit is contained in:
Han Fei 2024-12-03 10:40:01 +00:00
parent e7e30d67fb
commit bf6708069c

View File

@ -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);