Skip to content

Commit d60ce52

Browse files
committed
chore(query): refactor the cardinality of anti-join
1 parent ff5cb93 commit d60ce52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/sqllogictests/suites/mode/cluster/filter_nulls.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Exchange
227227
├── filters: []
228228
├── build join filters(distributed):
229229
│ └── filter id:0, build key:table2.value (#1), probe targets:[table1.value (#0)@scan0], filter type:bloom,inlist,min_max
230-
├── estimated rows: 225.00
230+
├── estimated rows: 234.13
231231
├── Exchange(Build)
232232
│ ├── output columns: [table2.value (#1)]
233233
│ ├── exchange type: Hash(table2.value (#1))

tests/sqllogictests/suites/mode/standalone/explain/update.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ query T
135135
explain analyze partial update t1 set a = a + 1 where a in (select a from t2) and b > 2;
136136
----
137137
HashJoin: LEFT SEMI
138-
├── estimated rows: 2.00
138+
├── estimated rows: 1.50
139139
├── output rows: 2
140140
├── TableScan
141141
│ ├── table: default.default.t2

0 commit comments

Comments
 (0)