mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
fixed comment
This commit is contained in:
parent
b55dcc9f93
commit
fcd50e3629
@ -87,7 +87,7 @@ Block MergeTreeBaseBlockInputStream::readFromPart()
|
||||
if (!task.size_predictor)
|
||||
return max_block_size_rows;
|
||||
|
||||
/// Calculates number of rows will be read using preferred_max_column_in_block_size_bytes.
|
||||
/// Calculates number of rows will be read using preferred_block_size_bytes.
|
||||
/// Can't be less than index_granularity.
|
||||
size_t rows_to_read = task.size_predictor->estimateNumRows(preferred_block_size_bytes);
|
||||
if (!rows_to_read)
|
||||
|
Loading…
Reference in New Issue
Block a user