@@ -498,14 +498,14 @@ mod tests {
498498 │ SortPreservingMergeExec: [count(Int64(1))@2 ASC NULLS LAST]
499499 │ [Stage 2] => NetworkCoalesceExec: output_partitions=8, input_tasks=2
500500 └──────────────────────────────────────────────────
501- ┌───── Stage 2 ── Tasks: t0:[p0,p1,p2, p3] t1:[p0,p1,p2, p3]
501+ ┌───── Stage 2 ── Tasks: t0:[p0.. p3] t1:[p0.. p3]
502502 │ SortExec: expr=[count(*)@0 ASC NULLS LAST], preserve_partitioning=[true]
503503 │ ProjectionExec: expr=[count(Int64(1))@1 as count(*), RainToday@0 as RainToday, count(Int64(1))@1 as count(Int64(1))]
504504 │ AggregateExec: mode=FinalPartitioned, gby=[RainToday@0 as RainToday], aggr=[count(Int64(1))]
505505 │ CoalesceBatchesExec: target_batch_size=8192
506506 │ [Stage 1] => NetworkShuffleExec: output_partitions=4, input_tasks=2
507507 └──────────────────────────────────────────────────
508- ┌───── Stage 1 ── Tasks: t0:[p0,p1,p2,p3,p4,p5,p6, p7] t1:[p0,p1,p2,p3,p4,p5,p6, p7]
508+ ┌───── Stage 1 ── Tasks: t0:[p0.. p7] t1:[p0.. p7]
509509 │ RepartitionExec: partitioning=Hash([RainToday@0], 8), input_partitions=4
510510 │ RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=2
511511 │ AggregateExec: mode=Partial, gby=[RainToday@0 as RainToday], aggr=[count(Int64(1))]
@@ -526,14 +526,14 @@ mod tests {
526526 │ SortPreservingMergeExec: [count(Int64(1))@2 ASC NULLS LAST]
527527 │ [Stage 2] => NetworkCoalesceExec: output_partitions=8, input_tasks=2
528528 └──────────────────────────────────────────────────
529- ┌───── Stage 2 ── Tasks: t0:[p0,p1,p2, p3] t1:[p0,p1,p2, p3]
529+ ┌───── Stage 2 ── Tasks: t0:[p0.. p3] t1:[p0.. p3]
530530 │ SortExec: expr=[count(*)@0 ASC NULLS LAST], preserve_partitioning=[true]
531531 │ ProjectionExec: expr=[count(Int64(1))@1 as count(*), RainToday@0 as RainToday, count(Int64(1))@1 as count(Int64(1))]
532532 │ AggregateExec: mode=FinalPartitioned, gby=[RainToday@0 as RainToday], aggr=[count(Int64(1))]
533533 │ CoalesceBatchesExec: target_batch_size=8192
534534 │ [Stage 1] => NetworkShuffleExec: output_partitions=4, input_tasks=2
535535 └──────────────────────────────────────────────────
536- ┌───── Stage 1 ── Tasks: t0:[p0,p1,p2,p3,p4,p5,p6, p7] t1:[p0,p1,p2,p3,p4,p5,p6, p7]
536+ ┌───── Stage 1 ── Tasks: t0:[p0.. p7] t1:[p0.. p7]
537537 │ RepartitionExec: partitioning=Hash([RainToday@0], 8), input_partitions=4
538538 │ RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=2
539539 │ AggregateExec: mode=Partial, gby=[RainToday@0 as RainToday], aggr=[count(Int64(1))]
@@ -598,13 +598,13 @@ mod tests {
598598 │ CoalesceBatchesExec: target_batch_size=8192
599599 │ [Stage 3] => NetworkShuffleExec: output_partitions=4, input_tasks=2
600600 └──────────────────────────────────────────────────
601- ┌───── Stage 2 ── Tasks: t0:[p0,p1,p2, p3] t1:[p0,p1,p2, p3]
601+ ┌───── Stage 2 ── Tasks: t0:[p0.. p3] t1:[p0.. p3]
602602 │ ProjectionExec: expr=[avg(weather.MinTemp)@1 as MinTemp, RainTomorrow@0 as RainTomorrow]
603603 │ AggregateExec: mode=FinalPartitioned, gby=[RainTomorrow@0 as RainTomorrow], aggr=[avg(weather.MinTemp)]
604604 │ CoalesceBatchesExec: target_batch_size=8192
605605 │ [Stage 1] => NetworkShuffleExec: output_partitions=4, input_tasks=2
606606 └──────────────────────────────────────────────────
607- ┌───── Stage 1 ── Tasks: t0:[p0,p1,p2,p3,p4,p5,p6, p7] t1:[p0,p1,p2,p3,p4,p5,p6, p7]
607+ ┌───── Stage 1 ── Tasks: t0:[p0.. p7] t1:[p0.. p7]
608608 │ RepartitionExec: partitioning=Hash([RainTomorrow@0], 8), input_partitions=4
609609 │ AggregateExec: mode=Partial, gby=[RainTomorrow@1 as RainTomorrow], aggr=[avg(weather.MinTemp)]
610610 │ CoalesceBatchesExec: target_batch_size=8192
@@ -613,7 +613,7 @@ mod tests {
613613 │ PartitionIsolatorExec: t0:[p0,p1,__] t1:[__,__,p0]
614614 │ DataSourceExec: file_groups={3 groups: [[/testdata/weather/result-000000.parquet], [/testdata/weather/result-000001.parquet], [/testdata/weather/result-000002.parquet]]}, projection=[MinTemp, RainToday, RainTomorrow], file_type=parquet, predicate=RainToday@1 = yes, pruning_predicate=RainToday_null_count@2 != row_count@3 AND RainToday_min@0 <= yes AND yes <= RainToday_max@1, required_guarantees=[RainToday in (yes)]
615615 └──────────────────────────────────────────────────
616- ┌───── Stage 3 ── Tasks: t0:[p0,p1,p2, p3] t1:[p0,p1,p2, p3]
616+ ┌───── Stage 3 ── Tasks: t0:[p0.. p3] t1:[p0.. p3]
617617 │ RepartitionExec: partitioning=Hash([RainTomorrow@0], 4), input_partitions=4
618618 │ AggregateExec: mode=Partial, gby=[RainTomorrow@1 as RainTomorrow], aggr=[avg(weather.MaxTemp)]
619619 │ CoalesceBatchesExec: target_batch_size=8192
@@ -634,7 +634,7 @@ mod tests {
634634 │ SortPreservingMergeExec: [MinTemp@0 DESC]
635635 │ [Stage 1] => NetworkCoalesceExec: output_partitions=4, input_tasks=2
636636 └──────────────────────────────────────────────────
637- ┌───── Stage 1 ── Tasks: t0:[p0, p1] t1:[p2, p3]
637+ ┌───── Stage 1 ── Tasks: t0:[p0.. p1] t1:[p2.. p3]
638638 │ SortExec: expr=[MinTemp@0 DESC], preserve_partitioning=[true]
639639 │ PartitionIsolatorExec: t0:[p0,p1,__] t1:[__,__,p0]
640640 │ DataSourceExec: file_groups={3 groups: [[/testdata/weather/result-000000.parquet], [/testdata/weather/result-000001.parquet], [/testdata/weather/result-000002.parquet]]}, projection=[MinTemp, MaxTemp, Rainfall, Evaporation, Sunshine, WindGustDir, WindGustSpeed, WindDir9am, WindDir3pm, WindSpeed9am, WindSpeed3pm, Humidity9am, Humidity3pm, Pressure9am, Pressure3pm, Cloud9am, Cloud3pm, Temp9am, Temp3pm, RainToday, RISK_MM, RainTomorrow], file_type=parquet
@@ -651,12 +651,12 @@ mod tests {
651651 │ CoalescePartitionsExec
652652 │ [Stage 2] => NetworkCoalesceExec: output_partitions=8, input_tasks=2
653653 └──────────────────────────────────────────────────
654- ┌───── Stage 2 ── Tasks: t0:[p0,p1,p2, p3] t1:[p0,p1,p2, p3]
654+ ┌───── Stage 2 ── Tasks: t0:[p0.. p3] t1:[p0.. p3]
655655 │ AggregateExec: mode=FinalPartitioned, gby=[RainToday@0 as RainToday, WindGustDir@1 as WindGustDir], aggr=[]
656656 │ CoalesceBatchesExec: target_batch_size=8192
657657 │ [Stage 1] => NetworkShuffleExec: output_partitions=4, input_tasks=2
658658 └──────────────────────────────────────────────────
659- ┌───── Stage 1 ── Tasks: t0:[p0,p1,p2,p3,p4,p5,p6, p7] t1:[p0,p1,p2,p3,p4,p5,p6, p7]
659+ ┌───── Stage 1 ── Tasks: t0:[p0.. p7] t1:[p0.. p7]
660660 │ RepartitionExec: partitioning=Hash([RainToday@0, WindGustDir@1], 8), input_partitions=4
661661 │ RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=2
662662 │ AggregateExec: mode=Partial, gby=[RainToday@0 as RainToday, WindGustDir@1 as WindGustDir], aggr=[]
0 commit comments