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.
2 parents b370c86 + 9822362 commit 7f8c9ecCopy full SHA for 7f8c9ec
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