mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix pvs
This commit is contained in:
parent
915ef50c2d
commit
9586bb7e90
@ -70,7 +70,7 @@ struct MergeTreeReadTaskColumns
|
||||
/// column names to read during PREWHERE
|
||||
NamesAndTypesList pre_columns;
|
||||
/// resulting block may require reordering in accordance with `ordered_names`
|
||||
bool should_reorder;
|
||||
bool should_reorder = false;
|
||||
};
|
||||
|
||||
MergeTreeReadTaskColumns getReadTaskColumns(
|
||||
|
Loading…
Reference in New Issue
Block a user