mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
fix test
This commit is contained in:
parent
0d17af82ac
commit
cb2effd649
@ -214,7 +214,7 @@ std::vector<size_t> MergeTreeReadPool::fillPerPartInfo(
|
|||||||
/** If expression in PREWHERE is not table column, then no need to return column with it to caller
|
/** If expression in PREWHERE is not table column, then no need to return column with it to caller
|
||||||
* (because storage is expected only to read table columns).
|
* (because storage is expected only to read table columns).
|
||||||
*/
|
*/
|
||||||
per_part_remove_prewhere_column.push_back(0 == pre_name_set.count(prewhere_column_name));
|
per_part_remove_prewhere_column.push_back(false && 0 == pre_name_set.count(prewhere_column_name));
|
||||||
|
|
||||||
Names post_column_names;
|
Names post_column_names;
|
||||||
for (const auto & name : required_column_names)
|
for (const auto & name : required_column_names)
|
||||||
|
Loading…
Reference in New Issue
Block a user