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 526a14d + 142728c commit 5f725f4Copy full SHA for 5f725f4
src/Parsers/ASTSelectWithUnionQuery.cpp
@@ -17,7 +17,7 @@ ASTPtr ASTSelectWithUnionQuery::clone() const
17
res->children.push_back(res->list_of_selects);
18
19
res->union_mode = union_mode;
20
-
+ res->is_normalized = is_normalized;
21
res->list_of_modes = list_of_modes;
22
res->set_of_modes = set_of_modes;
23
0 commit comments