Skip to content

Commit 29edc33

Browse files
authored
Update 04051_variant_filter_shared_columns_bug.sql
1 parent ae86bf2 commit 29edc33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/queries/0_stateless/04051_variant_filter_shared_columns_bug.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
SET cross_join_min_rows_to_compress = 1;
99
SET enable_analyzer = 1;
10+
SET use_variant_as_common_type = 1;
1011

1112
DROP TABLE IF EXISTS test_variant_filter;
1213
CREATE TABLE test_variant_filter (`id` UInt64, `d` Dynamic) ENGINE = Memory;

0 commit comments

Comments
 (0)