mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
Fix build
This commit is contained in:
parent
7b61f5d641
commit
3b6806ea39
@ -43,7 +43,7 @@ Block getHeaderForProcessingStage(
|
||||
Block header = metadata_snapshot->getSampleBlockForColumns(column_names, storage.getVirtuals(), storage.getStorageID());
|
||||
if (query_info.prewhere_info)
|
||||
{
|
||||
query_info.prewhere_info->prewhere_actions->buildExpressions()->execute(header);
|
||||
query_info.prewhere_info->prewhere_actions->execute(header);
|
||||
if (query_info.prewhere_info->remove_prewhere_column)
|
||||
header.erase(query_info.prewhere_info->prewhere_column_name);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user