Fix tests.

This commit is contained in:
Nikolai Kochetov 2020-09-16 19:45:56 +03:00
parent 73ad505735
commit fe1056579f

View File

@ -268,11 +268,11 @@ void QueryPipeline::addCreatingSetsTransform(const Block & res_header, SubqueryF
resize(1);
auto transform = std::make_shared<CreatingSetsTransform>(
pipeline.getHeader(),
getHeader(),
res_header,
std::move(subquery_for_set),
limits,
context));
context);
InputPort * totals_port = nullptr;