diff --git a/src/Processors/QueryPlan/CreatingSetsStep.cpp b/src/Processors/QueryPlan/CreatingSetsStep.cpp index 7cccf3da3f5..811e5885219 100644 --- a/src/Processors/QueryPlan/CreatingSetsStep.cpp +++ b/src/Processors/QueryPlan/CreatingSetsStep.cpp @@ -65,8 +65,8 @@ void CreatingSetStep::describeActions(JSONBuilder::JSONMap & map) const { if (subquery_for_set.set) map.add("Set", description); - else if (subquery_for_set.join) - map.add("Join", description); + // else if (subquery_for_set.join) + // map.add("Join", description); }