Skip to content

Commit 72f91cd

Browse files
committed
.
1 parent a4ccbe4 commit 72f91cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

datafusion/sqllogictest/test_files/subquery.slt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2468,12 +2468,12 @@ query TT
24682468
EXPLAIN SELECT x FROM nia_left WHERE x NOT IN (SELECT y FROM nia_right_with_null);
24692469
----
24702470
logical_plan
2471-
01)LeftAnti Join: nia_left.x = __correlated_sq_1.y
2471+
01)LeftAnti Join: nia_left.x = __correlated_sq_1.y null_aware
24722472
02)--TableScan: nia_left projection=[x]
24732473
03)--SubqueryAlias: __correlated_sq_1
24742474
04)----TableScan: nia_right_with_null projection=[y]
24752475
physical_plan
2476-
01)HashJoinExec: mode=CollectLeft, join_type=LeftAnti, on=[(x@0, y@0)]
2476+
01)HashJoinExec: mode=CollectLeft, join_type=LeftAnti, on=[(x@0, y@0)], null_aware
24772477
02)--DataSourceExec: partitions=1, partition_sizes=[1]
24782478
03)--DataSourceExec: partitions=1, partition_sizes=[1]
24792479

0 commit comments

Comments
 (0)