We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac31578 commit 65a34b8Copy full SHA for 65a34b8
tests/queries/0_stateless/03198_dynamic_read_subcolumns.sql
@@ -1,3 +1,5 @@
1
+-- Tags: no-random-settings
2
+
3
SET allow_experimental_dynamic_type = 1;
4
DROP TABLE IF EXISTS test_dynamic;
5
CREATE TABLE test_dynamic (id UInt64, d Dynamic) ENGINE = MergeTree ORDER BY id SETTINGS min_bytes_for_wide_part = 0;
0 commit comments