Skip to content

Commit 732d355

Browse files
Remove redundant obsolete allow_experimental_variant_type setting from test
The setting is obsolete (always true). The test already has `SET enable_analyzer = 1` which is needed for Variant type inference in UNION ALL. Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent cdebac4 commit 732d355

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/queries/0_stateless/03918_variant_adaptor_nothing_type.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
SET enable_analyzer = 1;
66
SET allow_suspicious_variant_types = 1;
7-
SET allow_experimental_variant_type = 1;
87
SET allow_suspicious_types_in_order_by = 1;
98

109
SELECT arrayElement(arr, 1) FROM (SELECT [(2, 'b'), (1, 'a')] AS arr UNION ALL SELECT [1, (3, 'c')] AS arr UNION ALL SELECT [] AS arr) ORDER BY arr;

0 commit comments

Comments
 (0)