Skip to content

Commit

Permalink
Update 01153_attach_mv_uuid.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
tavplubix authored Sep 6, 2024
1 parent df3c5c9 commit 238c9b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/queries/0_stateless/01153_attach_mv_uuid.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ SELECT * FROM mv ORDER BY n;
DROP TABLE mv SYNC;

SET database_replicated_allow_explicit_uuid=3;

SET show_table_uuid_in_table_create_query_if_not_nil=1;
CREATE TABLE ".inner_id.e15f3ab5-6cae-4df3-b879-f40deafd82c2" (n Int32, n2 Int64) ENGINE = MergeTree PARTITION BY n % 10 ORDER BY n;
ATTACH MATERIALIZED VIEW mv UUID 'e15f3ab5-6cae-4df3-b879-f40deafd82c2' (n Int32, n2 Int64) ENGINE = MergeTree PARTITION BY n % 10 ORDER BY n AS SELECT n, n * n AS n2 FROM src;
Expand Down

0 comments on commit 238c9b5

Please sign in to comment.