Skip to content

Commit 5f725f4

Browse files
Merge pull request ClickHouse#79909 from ClickHouse/my-ast
Proper `ASTSelectWithUnionQuery::clone()`
2 parents 526a14d + 142728c commit 5f725f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parsers/ASTSelectWithUnionQuery.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ASTPtr ASTSelectWithUnionQuery::clone() const
1717
res->children.push_back(res->list_of_selects);
1818

1919
res->union_mode = union_mode;
20-
20+
res->is_normalized = is_normalized;
2121
res->list_of_modes = list_of_modes;
2222
res->set_of_modes = set_of_modes;
2323

0 commit comments

Comments
 (0)