digraph G {
0 [labelType="html" label="<br><b>AdaptiveSparkPlan</b><br><br>"];
1 [labelType="html" label="<br><b>TakeOrderedAndProject</b><br><br>"];
2 [labelType="html" label="<b>ObjectHashAggregate</b><br><br>number of output rows: 14<br>time in aggregation build: 23 ms<br>spill size: 0.0 B<br>number of sort fallback tasks: 0"];
3 [labelType="html" label="<b>AQEShuffleRead</b><br><br>number of partitions: 1<br>partition data size: 1470.0 B<br>number of coalesced partitions: 1"];
4 [labelType="html" label="<b>Exchange</b><br><br>shuffle records written: 14<br>local merged chunks fetched: 0<br>shuffle write time: 7 ms<br>remote merged bytes read: 0.0 B<br>local merged blocks fetched: 0<br>corrupt merged block chunks: 0<br>remote merged reqs duration: 0 ms<br>remote merged blocks fetched: 0<br>records read: 14<br>local bytes read: 1385.0 B<br>fetch wait time: 0 ms<br>remote bytes read: 0.0 B<br>merged fetch fallback count: 0<br>local blocks read: 1<br>remote merged chunks fetched: 0<br>remote blocks read: 0<br>data size: 1736.0 B<br>local merged bytes read: 0.0 B<br>number of partitions: 10<br>remote reqs duration: 0 ms<br>remote bytes read to disk: 0.0 B<br>shuffle bytes written: 1385.0 B"];
5 [labelType="html" label="<b>ObjectHashAggregate</b><br><br>number of output rows: 14<br>time in aggregation build: 110 ms<br>spill size: 0.0 B<br>number of sort fallback tasks: 0"];
subgraph cluster6 {
isCluster="true";
label="WholeStageCodegen (1)\n \nduration: 110 ms";
7 [labelType="html" label="<br><b>Project</b><br><br>"];
8 [labelType="html" label="<b>ColumnarToRow</b><br><br>number of output rows: 13,237<br>number of input batches: 4"];
}
9 [labelType="html" label="<b>Scan parquet </b><br><br>number of files read: 1<br>scan time: 27 ms<br>metadata time: 0 ms<br>size of files read: 668.2 KiB<br>number of output rows: 13,237"];
1->0;
2->1;
3->2;
4->3;
5->4;
7->5;
8->7;
9->8;
}
10
AdaptiveSparkPlan isFinalPlan=true
TakeOrderedAndProject(limit=500000, orderBy=[COL_507C71CC_B5EF_4012_A7AD_9954FE3FDAD5#1200500 ASC NULLS FIRST], output=[COL_780DBC49_29AA_4ADC_BE27_50C74D497C34#1200501,COL_2CD586FF_DBBB_4ACE_B2C1_745390F52EE5#1200538,COL_E4546317_1856_4599_B23B_40AAAF9DDC8A#1200545,COL_507C71CC_B5EF_4012_A7AD_9954FE3FDAD5#1200500,COL_91B6685F_2680_473E_9F7B_3628F9DE592A#1200518])
ObjectHashAggregate(keys=[COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476, COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478], functions=[sum(COL_4A9CF164_39F8_474C_996A_E0FB3BC895CE#1200485), collect_set(COL_D9A926E4_DEA4_454C_9D26_AF8A84F6150F#1200479, 0, 0)])
AQEShuffleRead coalesced
Exchange hashpartitioning(COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476, COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478, 10), ENSURE_REQUIREMENTS, [plan_id=627868]
ObjectHashAggregate(keys=[COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476, COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478], functions=[partial_sum(COL_4A9CF164_39F8_474C_996A_E0FB3BC895CE#1200485), partial_collect_set(COL_D9A926E4_DEA4_454C_9D26_AF8A84F6150F#1200479, 0, 0)])
Project [COL_2876989F_DEC1_40A8_860A_830E1DDD6BAA#1200352 AS COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476, COL_F7E6B982_AE01_4D61_95F1_A194F4B50FB7#1200354 AS COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478, COL_11433D90_073E_4D4F_93EA_C1D4A3867F3E#1200355 AS COL_D9A926E4_DEA4_454C_9D26_AF8A84F6150F#1200479, COL_E38AB62F_E896_4A72_BE7E_515F8BC641C6#1200361 AS COL_4A9CF164_39F8_474C_996A_E0FB3BC895CE#1200485]
ColumnarToRow
WholeStageCodegen (1)
FileScan parquet [COL_2876989F_DEC1_40A8_860A_830E1DDD6BAA#1200352,COL_F7E6B982_AE01_4D61_95F1_A194F4B50FB7#1200354,COL_11433D90_073E_4D4F_93EA_C1D4A3867F3E#1200355,COL_E38AB62F_E896_4A72_BE7E_515F8BC641C6#1200361] Batched: true, DataFilters: [], Format: Parquet, Location: InMemoryFileIndex(1 paths)[file:/data/output/cache/parquet/datablock/06_COMPILATION__203573], PartitionFilters: [], PushedFilters: [], ReadSchema: struct<COL_2876989F_DEC1_40A8_860A_830E1DDD6BAA:string,COL_F7E6B982_AE01_4D61_95F1_A194F4B50FB7:s...
== Physical Plan ==
AdaptiveSparkPlan (15)
+- == Final Plan ==
TakeOrderedAndProject (9)
+- ObjectHashAggregate (8)
+- AQEShuffleRead (7)
+- ShuffleQueryStage (6), Statistics(sizeInBytes=1736.0 B, rowCount=14)
+- Exchange (5)
+- ObjectHashAggregate (4)
+- * Project (3)
+- * ColumnarToRow (2)
+- Scan parquet (1)
+- == Initial Plan ==
TakeOrderedAndProject (14)
+- ObjectHashAggregate (13)
+- Exchange (12)
+- ObjectHashAggregate (11)
+- Project (10)
+- Scan parquet (1)
(1) Scan parquet
Output [4]: [COL_2876989F_DEC1_40A8_860A_830E1DDD6BAA#1200352, COL_F7E6B982_AE01_4D61_95F1_A194F4B50FB7#1200354, COL_11433D90_073E_4D4F_93EA_C1D4A3867F3E#1200355, COL_E38AB62F_E896_4A72_BE7E_515F8BC641C6#1200361]
Batched: true
Location: InMemoryFileIndex [file:/data/output/cache/parquet/datablock/06_COMPILATION__203573]
ReadSchema: struct<COL_2876989F_DEC1_40A8_860A_830E1DDD6BAA:string,COL_F7E6B982_AE01_4D61_95F1_A194F4B50FB7:string,COL_11433D90_073E_4D4F_93EA_C1D4A3867F3E:string,COL_E38AB62F_E896_4A72_BE7E_515F8BC641C6:double>
(2) ColumnarToRow [codegen id : 1]
Input [4]: [COL_2876989F_DEC1_40A8_860A_830E1DDD6BAA#1200352, COL_F7E6B982_AE01_4D61_95F1_A194F4B50FB7#1200354, COL_11433D90_073E_4D4F_93EA_C1D4A3867F3E#1200355, COL_E38AB62F_E896_4A72_BE7E_515F8BC641C6#1200361]
(3) Project [codegen id : 1]
Output [4]: [COL_2876989F_DEC1_40A8_860A_830E1DDD6BAA#1200352 AS COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476, COL_F7E6B982_AE01_4D61_95F1_A194F4B50FB7#1200354 AS COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478, COL_11433D90_073E_4D4F_93EA_C1D4A3867F3E#1200355 AS COL_D9A926E4_DEA4_454C_9D26_AF8A84F6150F#1200479, COL_E38AB62F_E896_4A72_BE7E_515F8BC641C6#1200361 AS COL_4A9CF164_39F8_474C_996A_E0FB3BC895CE#1200485]
Input [4]: [COL_2876989F_DEC1_40A8_860A_830E1DDD6BAA#1200352, COL_F7E6B982_AE01_4D61_95F1_A194F4B50FB7#1200354, COL_11433D90_073E_4D4F_93EA_C1D4A3867F3E#1200355, COL_E38AB62F_E896_4A72_BE7E_515F8BC641C6#1200361]
(4) ObjectHashAggregate
Input [4]: [COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476, COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478, COL_D9A926E4_DEA4_454C_9D26_AF8A84F6150F#1200479, COL_4A9CF164_39F8_474C_996A_E0FB3BC895CE#1200485]
Keys [2]: [COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476, COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478]
Functions [2]: [partial_sum(COL_4A9CF164_39F8_474C_996A_E0FB3BC895CE#1200485), partial_collect_set(COL_D9A926E4_DEA4_454C_9D26_AF8A84F6150F#1200479, 0, 0)]
Aggregate Attributes [2]: [sum#1200581, buf#1200582]
Results [4]: [COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476, COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478, sum#1200583, buf#1200584]
(5) Exchange
Input [4]: [COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476, COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478, sum#1200583, buf#1200584]
Arguments: hashpartitioning(COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476, COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478, 10), ENSURE_REQUIREMENTS, [plan_id=627868]
(6) ShuffleQueryStage
Output [4]: [COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476, COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478, sum#1200583, buf#1200584]
Arguments: 0
(7) AQEShuffleRead
Input [4]: [COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476, COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478, sum#1200583, buf#1200584]
Arguments: coalesced
(8) ObjectHashAggregate
Input [4]: [COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476, COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478, sum#1200583, buf#1200584]
Keys [2]: [COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476, COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478]
Functions [2]: [sum(COL_4A9CF164_39F8_474C_996A_E0FB3BC895CE#1200485), collect_set(COL_D9A926E4_DEA4_454C_9D26_AF8A84F6150F#1200479, 0, 0)]
Aggregate Attributes [2]: [sum(COL_4A9CF164_39F8_474C_996A_E0FB3BC895CE#1200485)#1200515, collect_set(COL_D9A926E4_DEA4_454C_9D26_AF8A84F6150F#1200479, 0, 0)#1200517]
Results [5]: [COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478 AS COL_780DBC49_29AA_4ADC_BE27_50C74D497C34#1200501, round(sum(COL_4A9CF164_39F8_474C_996A_E0FB3BC895CE#1200485)#1200515, 2) AS COL_2CD586FF_DBBB_4ACE_B2C1_745390F52EE5#1200538, COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476 AS COL_507C71CC_B5EF_4012_A7AD_9954FE3FDAD5#1200500, collect_set(COL_D9A926E4_DEA4_454C_9D26_AF8A84F6150F#1200479, 0, 0)#1200517 AS COL_91B6685F_2680_473E_9F7B_3628F9DE592A#1200518, str_if_with_rule((COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478 <=> +), Ajout, Suppression) AS COL_E4546317_1856_4599_B23B_40AAAF9DDC8A#1200545]
(9) TakeOrderedAndProject
Input [5]: [COL_780DBC49_29AA_4ADC_BE27_50C74D497C34#1200501, COL_2CD586FF_DBBB_4ACE_B2C1_745390F52EE5#1200538, COL_507C71CC_B5EF_4012_A7AD_9954FE3FDAD5#1200500, COL_91B6685F_2680_473E_9F7B_3628F9DE592A#1200518, COL_E4546317_1856_4599_B23B_40AAAF9DDC8A#1200545]
Arguments: 500000, [COL_507C71CC_B5EF_4012_A7AD_9954FE3FDAD5#1200500 ASC NULLS FIRST], [COL_780DBC49_29AA_4ADC_BE27_50C74D497C34#1200501, COL_2CD586FF_DBBB_4ACE_B2C1_745390F52EE5#1200538, COL_E4546317_1856_4599_B23B_40AAAF9DDC8A#1200545, COL_507C71CC_B5EF_4012_A7AD_9954FE3FDAD5#1200500, COL_91B6685F_2680_473E_9F7B_3628F9DE592A#1200518]
(10) Project
Output [4]: [COL_2876989F_DEC1_40A8_860A_830E1DDD6BAA#1200352 AS COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476, COL_F7E6B982_AE01_4D61_95F1_A194F4B50FB7#1200354 AS COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478, COL_11433D90_073E_4D4F_93EA_C1D4A3867F3E#1200355 AS COL_D9A926E4_DEA4_454C_9D26_AF8A84F6150F#1200479, COL_E38AB62F_E896_4A72_BE7E_515F8BC641C6#1200361 AS COL_4A9CF164_39F8_474C_996A_E0FB3BC895CE#1200485]
Input [4]: [COL_2876989F_DEC1_40A8_860A_830E1DDD6BAA#1200352, COL_F7E6B982_AE01_4D61_95F1_A194F4B50FB7#1200354, COL_11433D90_073E_4D4F_93EA_C1D4A3867F3E#1200355, COL_E38AB62F_E896_4A72_BE7E_515F8BC641C6#1200361]
(11) ObjectHashAggregate
Input [4]: [COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476, COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478, COL_D9A926E4_DEA4_454C_9D26_AF8A84F6150F#1200479, COL_4A9CF164_39F8_474C_996A_E0FB3BC895CE#1200485]
Keys [2]: [COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476, COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478]
Functions [2]: [partial_sum(COL_4A9CF164_39F8_474C_996A_E0FB3BC895CE#1200485), partial_collect_set(COL_D9A926E4_DEA4_454C_9D26_AF8A84F6150F#1200479, 0, 0)]
Aggregate Attributes [2]: [sum#1200581, buf#1200582]
Results [4]: [COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476, COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478, sum#1200583, buf#1200584]
(12) Exchange
Input [4]: [COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476, COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478, sum#1200583, buf#1200584]
Arguments: hashpartitioning(COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476, COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478, 10), ENSURE_REQUIREMENTS, [plan_id=627849]
(13) ObjectHashAggregate
Input [4]: [COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476, COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478, sum#1200583, buf#1200584]
Keys [2]: [COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476, COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478]
Functions [2]: [sum(COL_4A9CF164_39F8_474C_996A_E0FB3BC895CE#1200485), collect_set(COL_D9A926E4_DEA4_454C_9D26_AF8A84F6150F#1200479, 0, 0)]
Aggregate Attributes [2]: [sum(COL_4A9CF164_39F8_474C_996A_E0FB3BC895CE#1200485)#1200515, collect_set(COL_D9A926E4_DEA4_454C_9D26_AF8A84F6150F#1200479, 0, 0)#1200517]
Results [5]: [COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478 AS COL_780DBC49_29AA_4ADC_BE27_50C74D497C34#1200501, round(sum(COL_4A9CF164_39F8_474C_996A_E0FB3BC895CE#1200485)#1200515, 2) AS COL_2CD586FF_DBBB_4ACE_B2C1_745390F52EE5#1200538, COL_29464BD7_6345_4F2A_9193_3BB4FE67DC8C#1200476 AS COL_507C71CC_B5EF_4012_A7AD_9954FE3FDAD5#1200500, collect_set(COL_D9A926E4_DEA4_454C_9D26_AF8A84F6150F#1200479, 0, 0)#1200517 AS COL_91B6685F_2680_473E_9F7B_3628F9DE592A#1200518, str_if_with_rule((COL_2C8AE28B_DC3A_4466_87BC_0330AD5F0E90#1200478 <=> +), Ajout, Suppression) AS COL_E4546317_1856_4599_B23B_40AAAF9DDC8A#1200545]
(14) TakeOrderedAndProject
Input [5]: [COL_780DBC49_29AA_4ADC_BE27_50C74D497C34#1200501, COL_2CD586FF_DBBB_4ACE_B2C1_745390F52EE5#1200538, COL_507C71CC_B5EF_4012_A7AD_9954FE3FDAD5#1200500, COL_91B6685F_2680_473E_9F7B_3628F9DE592A#1200518, COL_E4546317_1856_4599_B23B_40AAAF9DDC8A#1200545]
Arguments: 500000, [COL_507C71CC_B5EF_4012_A7AD_9954FE3FDAD5#1200500 ASC NULLS FIRST], [COL_780DBC49_29AA_4ADC_BE27_50C74D497C34#1200501, COL_2CD586FF_DBBB_4ACE_B2C1_745390F52EE5#1200538, COL_E4546317_1856_4599_B23B_40AAAF9DDC8A#1200545, COL_507C71CC_B5EF_4012_A7AD_9954FE3FDAD5#1200500, COL_91B6685F_2680_473E_9F7B_3628F9DE592A#1200518]
(15) AdaptiveSparkPlan
Output [5]: [COL_780DBC49_29AA_4ADC_BE27_50C74D497C34#1200501, COL_2CD586FF_DBBB_4ACE_B2C1_745390F52EE5#1200538, COL_E4546317_1856_4599_B23B_40AAAF9DDC8A#1200545, COL_507C71CC_B5EF_4012_A7AD_9954FE3FDAD5#1200500, COL_91B6685F_2680_473E_9F7B_3628F9DE592A#1200518]
Arguments: isFinalPlan=true