mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
Fix tests.
This commit is contained in:
parent
73ad505735
commit
fe1056579f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user