Skip to content

Commit 65a34b8

Browse files
committed
Fix test flakiness
1 parent ac31578 commit 65a34b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/queries/0_stateless/03198_dynamic_read_subcolumns.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
-- Tags: no-random-settings
2+
13
SET allow_experimental_dynamic_type = 1;
24
DROP TABLE IF EXISTS test_dynamic;
35
CREATE TABLE test_dynamic (id UInt64, d Dynamic) ENGINE = MergeTree ORDER BY id SETTINGS min_bytes_for_wide_part = 0;

0 commit comments

Comments
 (0)