mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
commit
fe0ef1fcce
@ -1549,7 +1549,7 @@ QueryPlanPtr MergeTreeDataSelectExecutor::spreadMarkRangesAmongStreamsFinal(
|
|||||||
if (!out_projection)
|
if (!out_projection)
|
||||||
out_projection = createProjection(pipe.getHeader());
|
out_projection = createProjection(pipe.getHeader());
|
||||||
|
|
||||||
QueryPlanPtr plan = createPlanFromPipe(std::move(pipe), "with final");
|
QueryPlanPtr plan = createPlanFromPipe(std::move(pipe), query_id, data, "with final");
|
||||||
|
|
||||||
auto expression_step = std::make_unique<ExpressionStep>(
|
auto expression_step = std::make_unique<ExpressionStep>(
|
||||||
plan->getCurrentDataStream(),
|
plan->getCurrentDataStream(),
|
||||||
|
Loading…
Reference in New Issue
Block a user