Skip to content

Commit 94265ba

Browse files
viiryaclaude
andcommitted
fix: Update EXPLAIN test to include physical plan output
Upstream changed EXPLAIN to show both logical and physical plans by default. Update the multi-column IN test to match the new output format. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 55bca07 commit 94265ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

datafusion/sqllogictest/test_files/subquery.slt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1872,6 +1872,10 @@ logical_plan
18721872
02)--TableScan: multi_in_left projection=[a, b, value]
18731873
03)--SubqueryAlias: __correlated_sq_1
18741874
04)----TableScan: multi_in_right projection=[x, y]
1875+
physical_plan
1876+
01)HashJoinExec: mode=CollectLeft, join_type=RightSemi, on=[(x@0, a@0), (y@1, b@1)]
1877+
02)--DataSourceExec: partitions=1, partition_sizes=[1]
1878+
03)--DataSourceExec: partitions=1, partition_sizes=[1]
18751879

18761880
#############
18771881
## Test 7: Multi-column IN with empty subquery

0 commit comments

Comments
 (0)