Skip to content

Commit cdd5d2c

Browse files
authored
Make test compatible
1 parent 6ba491e commit cdd5d2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/queries/0_stateless/03772_key_condition_match_function_relaxed.reference

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Expression ((Project names + Projection))
2020
Parts: 1/1
2121
Granules: 1/1
2222
Search Algorithm: generic exclusion search
23-
Ranges: 1
23+
Ranges: 1
2424
SELECT count(*)
2525
FROM 03772_table_match
2626
WHERE NOT match(url, '^abcd');
@@ -42,7 +42,7 @@ Expression ((Project names + Projection))
4242
Parts: 1/1
4343
Granules: 1/1
4444
Search Algorithm: generic exclusion search
45-
Ranges: 1
45+
Ranges: 1
4646
SELECT count(*)
4747
FROM 03772_table_match
4848
WHERE match(url, '^abcd');
@@ -64,7 +64,7 @@ Expression ((Project names + Projection))
6464
Parts: 0/1
6565
Granules: 0/1
6666
Search Algorithm: binary search
67-
Ranges: 0
67+
Ranges: 0
6868
SELECT count(*)
6969
FROM 03772_table_match
7070
WHERE match(url, '^https?://clickhouse[.]com/') = false;
@@ -83,4 +83,4 @@ Expression ((Project names + Projection))
8383
Condition: true
8484
Parts: 1/1
8585
Granules: 1/1
86-
Ranges: 1
86+
Ranges: 1

0 commit comments

Comments
 (0)