Skip to content

Commit 142728c

Browse files
Close is_normalized as well
1 parent cf0e9f2 commit 142728c

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)