mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
fix typo
This commit is contained in:
parent
084f878fb1
commit
54b9395384
@ -1614,7 +1614,7 @@ void MergeTask::ExecuteAndFinalizeHorizontalPart::createMergedStream() const
|
|||||||
sort_description,
|
sort_description,
|
||||||
partition_key_columns,
|
partition_key_columns,
|
||||||
global_ctx->merging_params,
|
global_ctx->merging_params,
|
||||||
(is_vertical_merge ? ctx->rows_sources_temporary_file : nullptr), /// rows_sources temporaty file is used only for vertical merge
|
(is_vertical_merge ? ctx->rows_sources_temporary_file : nullptr), /// rows_sources' temporary file is used only for vertical merge
|
||||||
(*data_settings)[MergeTreeSetting::merge_max_block_size],
|
(*data_settings)[MergeTreeSetting::merge_max_block_size],
|
||||||
(*data_settings)[MergeTreeSetting::merge_max_block_size_bytes],
|
(*data_settings)[MergeTreeSetting::merge_max_block_size_bytes],
|
||||||
ctx->blocks_are_granules_size,
|
ctx->blocks_are_granules_size,
|
||||||
|
Loading…
Reference in New Issue
Block a user