We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e1cca commit 9822362Copy full SHA for 9822362
src/Processors/QueryPlan/Optimizations/liftUpUnion.cpp
@@ -89,6 +89,8 @@ size_t tryLiftUpUnion(QueryPlan::Node * parent_node, QueryPlan::Nodes & nodes, c
89
distinct->getLimitHint(),
90
distinct->getColumnNames(),
91
distinct->isPreliminary());
92
+
93
+ distinct_node.step->setStepDescription(distinct->getStepDescription());
94
}
95
96
/// - Distinct - Something
0 commit comments