mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
CLICKHOUSE-3943: Style
This commit is contained in:
parent
441069fc5c
commit
252f9d0080
@ -92,7 +92,8 @@ bool MergeTreeThreadBlockInputStream::getNewTask()
|
||||
else
|
||||
{
|
||||
/// in other case we can reuse readers, they stopped exactly at required position
|
||||
if (last_task_end_mark != current_task_first_mark || path != last_readed_part) {
|
||||
if (last_task_end_mark != current_task_first_mark || path != last_readed_part)
|
||||
{
|
||||
/// retain avg_value_size_hints
|
||||
reader = std::make_unique<MergeTreeReader>(
|
||||
path, task->data_part, task->columns, owned_uncompressed_cache.get(), owned_mark_cache.get(), save_marks_in_cache,
|
||||
|
Loading…
Reference in New Issue
Block a user