Show the Stage ID and Task ID that corresponds to the max metric
digraph G {
0 [labelType="html" label="<br><b>CollectLimit</b><br><br>"];
subgraph cluster1 {
isCluster="true";
label="WholeStageCodegen (1)\n \nduration: total (min, med, max (stageId: taskId))\n606 ms (10 ms, 67 ms, 328 ms (stage 12.0: task 283))";
2 [labelType="html" label="<br><b>Project</b><br><br>"];
3 [labelType="html" label="<b>Filter</b><br><br>number of output rows: 3"];
4 [labelType="html" label="<b>ColumnarToRow</b><br><br>number of output rows: 484,310<br>number of input batches: 119"];
}
5 [labelType="html" label="<b>Scan parquet itv024694_lending_club.loans_defaulters_delinq</b><br><br>number of files read: 2<br>scan time total (min, med, max (stageId: taskId))<br>552 ms (10 ms, 44 ms, 325 ms (stage 12.0: task 283))<br>metadata time: 0 ms<br>size of files read: 31.1 MiB<br>number of output rows: 484,310"];
2->0;
3->2;
4->3;
5->4;
}
6
CollectLimit 21
Project [member_id#218, cast(delinq_2yrs#219 as string) AS delinq_2yrs#235, cast(delinq_amnt#220 as string) AS delinq_amnt#236, cast(mnts_since_last_delinq#221 as string) AS mnts_since_last_delinq#237]
Filter (isnotnull(member_id#218) AND StartsWith(member_id#218, e4c167053d5418230))