File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/queries/0_stateless Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
2424SELECT count(*)
2525FROM 03772_table_match
2626WHERE 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
4646SELECT count(*)
4747FROM 03772_table_match
4848WHERE 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
6868SELECT count(*)
6969FROM 03772_table_match
7070WHERE 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
You can’t perform that action at this time.
0 commit comments