|
| 1 | +--- |
| 2 | +source: ballista/client/tests/context_checks.rs |
| 3 | +expression: distributed_plan_txt |
| 4 | +--- |
| 5 | +=========ResolvedStage[stage_id=1.0, partitions=1]========= |
| 6 | +┌───────────────────────────┐ |
| 7 | +│ ShuffleWriterExec │ |
| 8 | +│ -------------------- │ |
| 9 | +│ partitioning: │ |
| 10 | +│ Hash([id@0], 16) │ |
| 11 | +└─────────────┬─────────────┘ |
| 12 | +┌─────────────┴─────────────┐ |
| 13 | +│ AggregateExec │ |
| 14 | +│ -------------------- │ |
| 15 | +│ aggr: count(1) │ |
| 16 | +│ group_by: id │ |
| 17 | +│ mode: Partial │ |
| 18 | +└─────────────┬─────────────┘ |
| 19 | +┌─────────────┴─────────────┐ |
| 20 | +│ ProjectionExec │ |
| 21 | +│ -------------------- │ |
| 22 | +│ id: │ |
| 23 | +│ __unnest_placeholder │ |
| 24 | +│ (make_array(Int64(1 │ |
| 25 | +│ ),Int64(2),Int64(3),Int64 │ |
| 26 | +│ (4),Int64(5)),depth=1) │ |
| 27 | +└─────────────┬─────────────┘ |
| 28 | +┌─────────────┴─────────────┐ |
| 29 | +│ UnnestExec │ |
| 30 | +└─────────────┬─────────────┘ |
| 31 | +┌─────────────┴─────────────┐ |
| 32 | +│ ProjectionExec │ |
| 33 | +│ -------------------- │ |
| 34 | +│ __unnest_placeholder │ |
| 35 | +│ (make_array(Int64(1 │ |
| 36 | +│ ),Int64(2),Int64(3),Int64 │ |
| 37 | +│ (4),Int64(5))): │ |
| 38 | +│ [1, 2, 3, 4, 5] │ |
| 39 | +└─────────────┬─────────────┘ |
| 40 | +┌─────────────┴─────────────┐ |
| 41 | +│ PlaceholderRowExec │ |
| 42 | +└───────────────────────────┘ |
| 43 | + |
| 44 | +=========UnResolvedStage[stage_id=2.0, children=1]========= |
| 45 | +Inputs{1: StageOutput { partition_locations: {}, complete: false }} |
| 46 | +┌───────────────────────────┐ |
| 47 | +│ ShuffleWriterExec │ |
| 48 | +│ -------------------- │ |
| 49 | +│ partitioning: None │ |
| 50 | +└─────────────┬─────────────┘ |
| 51 | +┌─────────────┴─────────────┐ |
| 52 | +│ ProjectionExec │ |
| 53 | +│ -------------------- │ |
| 54 | +│ count(*): │ |
| 55 | +│ count(Int64(1)) │ |
| 56 | +│ │ |
| 57 | +│ id: id │ |
| 58 | +└─────────────┬─────────────┘ |
| 59 | +┌─────────────┴─────────────┐ |
| 60 | +│ AggregateExec │ |
| 61 | +│ -------------------- │ |
| 62 | +│ aggr: count(1) │ |
| 63 | +│ group_by: id │ |
| 64 | +│ │ |
| 65 | +│ mode: │ |
| 66 | +│ FinalPartitioned │ |
| 67 | +└─────────────┬─────────────┘ |
| 68 | +┌─────────────┴─────────────┐ |
| 69 | +│ UnresolvedShuffleExec │ |
| 70 | +│ -------------------- │ |
| 71 | +│ partitioning: │ |
| 72 | +│ Hash([id@0], 16) │ |
| 73 | +└───────────────────────────┘ |
0 commit comments