Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mertak-synnada committed Jan 17, 2025
1 parent 549502e commit 623e0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/sqllogictest/test_files/tpch/plans/q13.slt.part
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ physical_plan
04)------AggregateExec: mode=FinalPartitioned, gby=[c_count@0 as c_count], aggr=[count(*)], ordering_mode=Sorted
05)--------CoalesceBatchesExec: target_batch_size=8192
06)----------RepartitionExec: partitioning=Hash([c_count@0], 4), input_partitions=4, preserve_order=true, sort_exprs=c_count@0 ASC NULLS LAST, count(*)@0 ASC NULLS LAST
07)------------AggregateExec: mode=Partial, gby=[c_count@0 as c_count], aggr=[count(*)], ordering_mode=Sorted08)--------------ProjectionExec: expr=[count(orders.o_orderkey)@1 as c_count]
07)------------AggregateExec: mode=Partial, gby=[c_count@0 as c_count], aggr=[count(*)], ordering_mode=Sorted
08)--------------ProjectionExec: expr=[count(orders.o_orderkey)@1 as c_count]
09)----------------AggregateExec: mode=SinglePartitioned, gby=[c_custkey@0 as c_custkey], aggr=[count(orders.o_orderkey)]
10)------------------CoalesceBatchesExec: target_batch_size=8192
Expand Down

0 comments on commit 623e0c5

Please sign in to comment.