Skip to content

Commit 3fc4d89

Browse files
better test
1 parent 1402a00 commit 3fc4d89

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
1 one
22
1 one
3+
1 one

tests/queries/0_stateless/03174_projection_deduplicate.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,10 @@ OPTIMIZE TABLE test_projection_deduplicate DEDUPLICATE; -- { serverError NOT_IMP
2121

2222
SELECT * FROM test_projection_deduplicate;
2323

24+
ALTER TABLE test_projection_deduplicate DROP PROJECTION test_projection;
25+
26+
OPTIMIZE TABLE test_projection_deduplicate DEDUPLICATE;
27+
28+
SELECT * FROM test_projection_deduplicate;
29+
2430
DROP TABLE test_projection_deduplicate;

0 commit comments

Comments
 (0)