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))\n3.0 s (267 ms, 361 ms, 398 ms (stage 27.0: task 325))";
2 [labelType="html" label="<br><b>Project</b><br><br>"];
3 [labelType="html" label="<b>Filter</b><br><br>number of output rows: 5"];
4 [labelType="html" label="<b>ColumnarToRow</b><br><br>number of output rows: 2,260,633<br>number of input batches: 600"];
}
5 [labelType="html" label="<b>Scan parquet itv024694_lending_club.customers</b><br><br>number of files read: 200<br>scan time total (min, med, max (stageId: taskId))<br>2.7 s (239 ms, 320 ms, 359 ms (stage 27.0: task 325))<br>metadata time: 0 ms<br>size of files read: 184.9 MiB<br>number of output rows: 2,260,633"];
2->0;
3->2;
4->3;
5->4;
}
6
CollectLimit 21
Project [member_id#329, emp_title#330, cast(emp_length#331 as string) AS emp_length#444, home_ownership#332, cast(annual_income#333 as string) AS annual_income#446, address_state#334, address_zipcode#335, address_country#336, grade#337, sub_grade#338, verification_status#339, cast(total_high_credit_limit#340 as string) AS total_high_credit_limit#453, application_type#341, cast(join_annual_income#342 as string) AS join_annual_income#455, verification_status_joint#343, cast(ingest_date#344 as string) AS ingest_date#457]
Filter (isnotnull(member_id#329) AND StartsWith(member_id#329, e4c167053d5418230))