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))\n4.4 s (232 ms, 372 ms, 1.3 s (stage 24.0: task 317))";
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>4.1 s (209 ms, 339 ms, 1.2 s (stage 24.0: task 317))<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#379, home_ownership#332, cast(annual_income#333 as string) AS annual_income#381, 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#388, application_type#341, cast(join_annual_income#342 as string) AS join_annual_income#390, verification_status_joint#343, cast(ingest_date#344 as string) AS ingest_date#392]
Filter (isnotnull(member_id#329) AND StartsWith(member_id#329, e4c167053d5418230))