mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fix build
This commit is contained in:
parent
1f5a0f8842
commit
a179124f17
@ -65,8 +65,8 @@ void CreatingSetStep::describeActions(JSONBuilder::JSONMap & map) const
|
|||||||
{
|
{
|
||||||
if (subquery_for_set.set)
|
if (subquery_for_set.set)
|
||||||
map.add("Set", description);
|
map.add("Set", description);
|
||||||
else if (subquery_for_set.join)
|
// else if (subquery_for_set.join)
|
||||||
map.add("Join", description);
|
// map.add("Join", description);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user