Skip to content

Commit 7759d7b

Browse files
committed
update tpch
1 parent 966491d commit 7759d7b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

datafusion/sqllogictest/test_files/tpch/plans/q22.slt.part

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ physical_plan
8080
04)------AggregateExec: mode=FinalPartitioned, gby=[cntrycode@0 as cntrycode], aggr=[count(Int64(1)), sum(custsale.c_acctbal)]
8181
05)--------RepartitionExec: partitioning=Hash([cntrycode@0], 4), input_partitions=4
8282
06)----------AggregateExec: mode=Partial, gby=[cntrycode@0 as cntrycode], aggr=[count(Int64(1)), sum(custsale.c_acctbal)]
83-
07)------------ProjectionExec: expr=[substr(c_phone@0, 1, 2) as cntrycode, c_acctbal@1 as c_acctbal]
84-
08)--------------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
83+
07)------------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
84+
08)--------------ProjectionExec: expr=[substr(c_phone@0, 1, 2) as cntrycode, c_acctbal@1 as c_acctbal]
8585
09)----------------NestedLoopJoinExec: join_type=Inner, filter=join_proj_push_down_1@1 > avg(customer.c_acctbal)@0, projection=[c_phone@0, c_acctbal@1, avg(customer.c_acctbal)@3]
8686
10)------------------ProjectionExec: expr=[c_phone@0 as c_phone, c_acctbal@1 as c_acctbal, CAST(c_acctbal@1 AS Decimal128(19, 6)) as join_proj_push_down_1]
8787
11)--------------------CoalescePartitionsExec

0 commit comments

Comments
 (0)