Skip to content

Commit c2ebd41

Browse files
committed
chore(query): refactor the cardinality of anti-join
1 parent 236a74a commit c2ebd41

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: 234.13
230+
├── estimated rows: 232.68
231231
├── Exchange(Build)
232232
│ ├── output columns: [table2.value (#1)]
233233
│ ├── exchange type: Hash(table2.value (#1))

tests/sqllogictests/suites/mode/standalone/explain_native/push_down_filter/push_down_filter_join/push_down_filter_join_semi_anti.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ HashJoin
6363
├── probe keys: [t1.a (#0)]
6464
├── keys is null equal: [false]
6565
├── filters: []
66-
├── estimated rows: 0.00
66+
├── estimated rows: 1.00
6767
├── TableScan(Build)
6868
│ ├── table: default.default.t2
6969
│ ├── scan id: 1

0 commit comments

Comments
 (0)