Skip to content

Commit 2340f85

Browse files
zvonandclaude
andcommitted
fix stateless test for 25.3.14
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1281018 commit 2340f85

1 file changed

Lines changed: 8 additions & 20 deletions

File tree

tests/queries/0_stateless/03635_in_function_different_types_many_columns.reference

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,53 +4,41 @@ CreatingSets
44
ReadFromMergeTree
55
Indexes:
66
PrimaryKey
7-
Keys:
8-
id
7+
Keys:
98
value
10-
Condition: ((id, value) in 5-element set)
9+
Condition: (value in 5-element set)
1110
Parts: 1/1
1211
Granules: 1/1
13-
Search Algorithm: generic exclusion search
14-
Ranges: 1
1512
CreatingSets
1613
Expression
1714
Filter
1815
ReadFromMergeTree
1916
Indexes:
2017
PrimaryKey
21-
Keys:
22-
id
18+
Keys:
2319
value
24-
Condition: ((id, value) in 0-element set)
20+
Condition: (value in 0-element set)
2521
Parts: 0/1
2622
Granules: 0/1
27-
Search Algorithm: generic exclusion search
28-
Ranges: 0
2923
CreatingSets
3024
Expression
3125
Filter
3226
ReadFromMergeTree
3327
Indexes:
3428
PrimaryKey
35-
Keys:
36-
id
29+
Keys:
3730
value
38-
Condition: ((id, value) in 5-element set)
31+
Condition: (value in 6-element set)
3932
Parts: 1/1
4033
Granules: 1/1
41-
Search Algorithm: generic exclusion search
42-
Ranges: 1
4334
CreatingSets
4435
Expression
4536
Filter
4637
ReadFromMergeTree
4738
Indexes:
4839
PrimaryKey
49-
Keys:
50-
id
40+
Keys:
5141
value
52-
Condition: ((id, value) in 0-element set)
42+
Condition: (value in 1-element set)
5343
Parts: 0/1
5444
Granules: 0/1
55-
Search Algorithm: generic exclusion search
56-
Ranges: 0

0 commit comments

Comments
 (0)