Skip to content

Commit 28fb460

Browse files
committed
Test is only for the analyzer
1 parent 3d3aad0 commit 28fb460

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/queries/0_stateless/03991_set_variant_low_cardinality_in_global_in.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
-- internal variant columns without updating the corresponding DataTypeVariant, creating
55
-- column/type position mismatches in KeyCondition::tryPrepareSetColumnsForIndex.
66
-- https://github.com/ClickHouse/ClickHouse/issues/97854
7+
SET enable_analyzer=1;
78
DROP TABLE IF EXISTS t_variant_lc;
89
CREATE TABLE t_variant_lc (`id` Decimal(76, 70), `value` Int128) ENGINE = MergeTree ORDER BY (id, value);
910
INSERT INTO t_variant_lc SELECT number, number FROM numbers(10);

0 commit comments

Comments
 (0)