mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Better semantic of sharing columns: development [#CLICKHOUSE-2].
This commit is contained in:
parent
27301ac380
commit
32fcc7b3f0
@ -424,6 +424,8 @@ Block MergeTreeBaseBlockInputStream::readFromPart()
|
||||
task->size_predictor->update(res);
|
||||
|
||||
reader->fillMissingColumns(res, task->ordered_names, true);
|
||||
|
||||
res.checkNumberOfRows();
|
||||
}
|
||||
}
|
||||
while (!task->isFinished() && !res && !isCancelled());
|
||||
|
@ -156,7 +156,6 @@ size_t MergeTreeReader::readRows(size_t from_mark, bool continue_reading, size_t
|
||||
throw;
|
||||
}
|
||||
|
||||
res.checkNumberOfRows();
|
||||
return read_rows;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user