Skip to content

Commit 9822362

Browse files
committed
fix description
1 parent 14e1cca commit 9822362

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Processors/QueryPlan/Optimizations/liftUpUnion.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ size_t tryLiftUpUnion(QueryPlan::Node * parent_node, QueryPlan::Nodes & nodes, c
8989
distinct->getLimitHint(),
9090
distinct->getColumnNames(),
9191
distinct->isPreliminary());
92+
93+
distinct_node.step->setStepDescription(distinct->getStepDescription());
9294
}
9395

9496
/// - Distinct - Something

0 commit comments

Comments
 (0)