digraph G {
0 [id="node0" labelType="html" label="<b>CollectLimit</b><br><br>shuffle records written: 20<br>remote merged reqs duration: 0 ms<br>remote merged blocks fetched: 0<br>records read: 1<br>local bytes read: 372.0 B<br>merged fetch fallback count: 0<br>local blocks read: 6<br>remote merged chunks fetched: 0<br>remote blocks read: 0<br>local merged bytes read: 0.0 B<br>remote reqs duration: 0 ms<br>local merged chunks fetched: 0<br>shuffle write time total (min, med, max (stageId: taskId))<br>2 ms (0 ms, 0 ms, 0 ms (stage 446186.0: task 5180336))<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>remote bytes read to disk: 0.0 B<br>shuffle bytes written total (min, med, max (stageId: taskId))<br>1240.0 B (62.0 B, 62.0 B, 62.0 B (stage 446186.0: task 5180335))" tooltip="CollectLimit 1"];
subgraph cluster1 {
isCluster="true";
id="cluster1";
label="WholeStageCodegen (2)\n \nduration: 0 ms";
tooltip="WholeStageCodegen (2)";
2 [id="node2" labelType="html" label="<br><b>Project</b><br><br>" tooltip="Project"];
}
3 [id="node3" labelType="html" label="<b>Exchange</b><br><br>shuffle records written: 128<br>remote merged reqs duration: 0 ms<br>remote merged blocks fetched: 0<br>records read: 20<br>local bytes read total (min, med, max (stageId: taskId))<br>8.3 KiB (144.0 B, 454.0 B, 789.0 B (stage 446186.0: task 5180345))<br>merged fetch fallback count: 0<br>local blocks read: 52<br>remote merged chunks fetched: 0<br>remote blocks read: 11<br>data size total (min, med, max (stageId: taskId))<br>11.0 KiB (88.0 B, 264.0 B, 2.2 KiB (stage 446185.0: task 5180316))<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>9 ms (0 ms, 0 ms, 0 ms (stage 446185.0: task 5180319))<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 446186.0: task 5180335))<br>remote bytes read total (min, med, max (stageId: taskId))<br>1768.0 B (144.0 B, 334.0 B, 622.0 B (stage 446186.0: task 5180344))<br>number of partitions: 20<br>remote reqs duration total (min, med, max (stageId: taskId))<br>5 ms (1 ms, 1 ms, 1 ms (stage 446186.0: task 5180341))<br>remote bytes read to disk: 0.0 B<br>shuffle bytes written total (min, med, max (stageId: taskId))<br>15.1 KiB (144.0 B, 432.0 B, 2.6 KiB (stage 446185.0: task 5180316))" tooltip="Exchange hashpartitioning(product#21550604, plant#21550605, 20), REPARTITION_BY_NUM, [plan_id=21357728]"];
subgraph cluster4 {
isCluster="true";
id="cluster4";
label="WholeStageCodegen (1)\n \nduration: total (min, med, max (stageId: taskId))\n2.3 s (59 ms, 104 ms, 295 ms (stage 446185.0: task 5180325))";
tooltip="WholeStageCodegen (1)";
5 [id="node5" labelType="html" label="<b>ColumnarToRow</b><br><br>number of output rows: 128<br>number of input batches: 19" tooltip="ColumnarToRow"];
}
6 [id="node6" labelType="html" label="<b>Scan parquet </b><br><br>number of files read: 19<br>scan time total (min, med, max (stageId: taskId))<br>2.0 s (57 ms, 96 ms, 268 ms (stage 446185.0: task 5180325))<br>metadata time: 0 ms<br>size of files read: 61.5 KiB<br>number of output rows: 128" tooltip="FileScan parquet [product#21550604,plant#21550605] Batched: true, DataFilters: [], Format: Parquet, Location: PreparedDeltaFileIndex(1 paths)[hdlfs://f1cc4c74-cdd4-440e-abc7-4e0157628b42.files.hdl.prod-eu20...., PartitionFilters: [], PushedFilters: [], ReadSchema: struct<product:string,plant:string>"];
2->0;
3->2;
5->3;
6->5;
}