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)";
2 [labelType="html" label="<br><b>Project</b><br><br>"];
3 [labelType="html" label="<b>ColumnarToRow</b><br><br>number of output rows: 4,096<br>number of input batches: 1"];
}
4 [labelType="html" label="<b>Scan parquet </b><br><br>number of files read: 200<br>scan time: 249 ms<br>metadata time: 2 ms<br>size of files read: 184.8 MiB<br>number of output rows: 4,096"];
2->0;
3->2;
4->3;
}
5
CollectLimit 11
Project [member_id#0, emp_title#1, cast(emp_length#2 as string) AS emp_length#50, home_ownership#3, cast(annual_income#4 as string) AS annual_income#52, address_state#5, address_zipcode#6, address_country#7, grade#8, sub_grade#9, verification_status#10, cast(total_high_credit_limit#11 as string) AS total_high_credit_limit#59, application_type#12, cast(join_annual_income#13 as string) AS join_annual_income#61, verification_status_joint#14, cast(ingetion_date#15 as string) AS ingetion_date#63]