fix build

This commit is contained in:
Anton Popov 2024-01-06 16:39:27 +00:00
parent f252412915
commit 48a7402b34

View File

@ -1398,7 +1398,7 @@ void StorageFile::read(
throw Exception(ErrorCodes::FILE_DOESNT_EXIST, "File {} doesn't exist", p->at(0));
auto header = storage_snapshot->getSampleBlockForColumns(column_names);
InterpreterSelectQuery::addEmptySourceToQueryPlan(query_plan, header, query_info, context);
InterpreterSelectQuery::addEmptySourceToQueryPlan(query_plan, header, query_info);
return;
}
}