Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jayzhan211 committed Mar 1, 2025
1 parent a945a6f commit e150a31
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions datafusion/sqllogictest/test_files/subquery.slt
Original file line number Diff line number Diff line change
Expand Up @@ -1394,6 +1394,15 @@ item1 1970-01-01T00:00:03 75
statement ok
drop table source_table;

statement count 0
drop table t1;

statement count 0
drop table t2;

statement count 0
drop table t3;

# test count wildcard
statement count 0
create table t1(a int) as values (1);
Expand All @@ -1416,14 +1425,9 @@ logical_plan
04)----Projection:
05)------Aggregate: groupBy=[[]], aggr=[[count(Int64(1))]]
06)--------TableScan: t2 projection=[]
physical_plan
01)NestedLoopJoinExec: join_type=RightSemi
02)--ProjectionExec: expr=[]
03)----PlaceholderRowExec
04)--DataSourceExec: partitions=1, partition_sizes=[1]

query
statement count 0
drop table t1;

query
drop table t2;
statement count 0
drop table t2;

0 comments on commit e150a31

Please sign in to comment.