digraph G {
0 [id="node0" labelType="html" label="<br><b>AdaptiveSparkPlan</b><br><br>" tooltip="AdaptiveSparkPlan isFinalPlan=true"];
subgraph cluster1 {
isCluster="true";
id="cluster1";
label="WholeStageCodegen (3)\n \nduration: 18 ms";
tooltip="WholeStageCodegen (3)";
2 [id="node2" labelType="html" label="<b>HashAggregate</b><br><br>spill size: 0.0 B<br>time in aggregation build: 13 ms<br>peak memory: 256.0 KiB<br>number of output rows: 10<br>number of sort fallback tasks: 0<br>avg hash probes per key: 0" tooltip="HashAggregate(keys=[plant#732277], functions=[])"];
}
3 [id="node3" labelType="html" label="<b>AQEShuffleRead</b><br><br>number of partitions: 1<br>partition data size: 22.5 KiB<br>number of coalesced partitions: 1" tooltip="AQEShuffleRead coalesced"];
4 [id="node4" labelType="html" label="<b>Exchange</b><br><br>shuffle records written: 245<br>remote merged reqs duration: 0 ms<br>remote merged blocks fetched: 0<br>records read: 245<br>local bytes read: 21.0 KiB<br>merged fetch fallback count: 0<br>local blocks read: 175<br>remote merged chunks fetched: 0<br>remote blocks read: 0<br>data size total (min, med, max (stageId: taskId))<br>11.5 KiB (432.0 B, 480.0 B, 480.0 B (stage 61598.0: task 151642))<br>local merged bytes read: 0.0 B<br>local merged chunks fetched: 0<br>shuffle write time total (min, med, max (stageId: taskId))<br>17 ms (0 ms, 0 ms, 0 ms (stage 61598.0: task 151644))<br>remote merged bytes read: 0.0 B<br>local merged blocks fetched: 0<br>corrupt merged block chunks: 0<br>fetch wait time: 0 ms<br>remote bytes read: 0.0 B<br>number of partitions: 25<br>remote reqs duration: 0 ms<br>remote bytes read to disk: 0.0 B<br>shuffle bytes written total (min, med, max (stageId: taskId))<br>21.0 KiB (830.0 B, 867.0 B, 880.0 B (stage 61598.0: task 151663))" tooltip="Exchange hashpartitioning(plant#732277, 25), ENSURE_REQUIREMENTS, [plan_id=291479]"];
subgraph cluster5 {
isCluster="true";
id="cluster5";
label="WholeStageCodegen (2)\n \nduration: total (min, med, max (stageId: taskId))\n438 ms (1 ms, 2 ms, 82 ms (stage 61598.0: task 151646))";
tooltip="WholeStageCodegen (2)";
6 [id="node6" labelType="html" label="<b>HashAggregate</b><br><br>spill size: 0.0 B<br>time in aggregation build total (min, med, max (stageId: taskId))<br>9 ms (0 ms, 0 ms, 2 ms (stage 61598.0: task 151642))<br>peak memory total (min, med, max (stageId: taskId))<br>6.3 MiB (256.0 KiB, 256.0 KiB, 256.0 KiB (stage 61598.0: task 151642))<br>number of output rows: 245<br>number of sort fallback tasks: 0<br>avg hash probes per key: 0" tooltip="HashAggregate(keys=[plant#732277], functions=[])"];
7 [id="node7" labelType="html" label="<br><b>Project</b><br><br>" tooltip="Project [plant#732277]"];
}
8 [id="node8" labelType="html" label="<b>Exchange</b><br><br>shuffle records written: 2,940<br>remote merged reqs duration: 0 ms<br>remote merged blocks fetched: 0<br>records read: 2,940<br>local bytes read total (min, med, max (stageId: taskId))<br>45.5 KiB (1459.0 B, 1882.0 B, 2.1 KiB (stage 61598.0: task 151649))<br>merged fetch fallback count: 0<br>local blocks read: 25<br>remote merged chunks fetched: 0<br>remote blocks read: 0<br>data size: 252.7 KiB<br>local merged bytes read: 0.0 B<br>local merged chunks fetched: 0<br>shuffle write time: 1 ms<br>remote merged bytes read: 0.0 B<br>local merged blocks fetched: 0<br>corrupt merged block chunks: 0<br>fetch wait time total (min, med, max (stageId: taskId))<br>0 ms (0 ms, 0 ms, 0 ms (stage 61598.0: task 151642))<br>remote bytes read: 0.0 B<br>number of partitions: 25<br>remote reqs duration: 0 ms<br>remote bytes read to disk: 0.0 B<br>shuffle bytes written: 45.5 KiB" tooltip="Exchange hashpartitioning(product#732282, plant#732277, 25), REPARTITION_BY_NUM, [plan_id=291447]"];
subgraph cluster9 {
isCluster="true";
id="cluster9";
label="WholeStageCodegen (1)\n \nduration: 133 ms";
tooltip="WholeStageCodegen (1)";
10 [id="node10" labelType="html" label="<b>ColumnarToRow</b><br><br>number of output rows: 2,940<br>number of input batches: 1" tooltip="ColumnarToRow"];
}
11 [id="node11" labelType="html" label="<b>Scan parquet </b><br><br>number of files read: 1<br>scan time: 98 ms<br>metadata time: 0 ms<br>size of files read: 63.5 KiB<br>number of output rows: 2,940" tooltip="FileScan parquet [plant#732277,product#732282] Batched: true, DataFilters: [], Format: Parquet, Location: InMemoryFileIndex(1 paths)[hdlfs://2e93940d-4be8-4f12-830d-f0b8d392c03a.files.hdl.prod-eu20.hanac..., PartitionFilters: [], PushedFilters: [], ReadSchema: struct<plant:string,product:string>"];
2->0;
3->2;
4->3;
6->4;
7->6;
8->7;
10->8;
11->10;
}