== Physical Plan ==
AdaptiveSparkPlan (13)
+- == Final Plan ==
ResultQueryStage (8), Statistics(sizeInBytes=8.0 EiB)
+- * HashAggregate (7)
+- AQEShuffleRead (6)
+- ShuffleQueryStage (5), Statistics(sizeInBytes=160.0 B, rowCount=10)
+- Exchange (4)
+- * HashAggregate (3)
+- * ColumnarToRow (2)
+- Scan parquet (1)
+- == Initial Plan ==
CollectLimit (12)
+- HashAggregate (11)
+- Exchange (10)
+- HashAggregate (9)
+- Scan parquet (1)
(1) Scan parquet
Output [1]: [passenger_count#5954L]
Batched: true
Location: InMemoryFileIndex [file:/home/jovyan/data/yellow-taxi/yellow_tripdata_2018-06.parquet]
ReadSchema: struct<passenger_count:bigint>
(2) ColumnarToRow [codegen id : 1]
Input [1]: [passenger_count#5954L]
(3) HashAggregate [codegen id : 1]
Input [1]: [passenger_count#5954L]
Keys [1]: [passenger_count#5954L]
Functions: []
Aggregate Attributes: []
Results [1]: [passenger_count#5954L]
(4) Exchange
Input [1]: [passenger_count#5954L]
Arguments: hashpartitioning(passenger_count#5954L, 200), ENSURE_REQUIREMENTS, [plan_id=1351]
(5) ShuffleQueryStage
Output [1]: [passenger_count#5954L]
Arguments: 0
(6) AQEShuffleRead
Input [1]: [passenger_count#5954L]
Arguments: coalesced
(7) HashAggregate [codegen id : 2]
Input [1]: [passenger_count#5954L]
Keys [1]: [passenger_count#5954L]
Functions: []
Aggregate Attributes: []
Results [1]: [passenger_count#5954L]
(8) ResultQueryStage
Output [1]: [passenger_count#5954L]
Arguments: 1
(9) HashAggregate
Input [1]: [passenger_count#5954L]
Keys [1]: [passenger_count#5954L]
Functions: []
Aggregate Attributes: []
Results [1]: [passenger_count#5954L]
(10) Exchange
Input [1]: [passenger_count#5954L]
Arguments: hashpartitioning(passenger_count#5954L, 200), ENSURE_REQUIREMENTS, [plan_id=1336]
(11) HashAggregate
Input [1]: [passenger_count#5954L]
Keys [1]: [passenger_count#5954L]
Functions: []
Aggregate Attributes: []
Results [1]: [passenger_count#5954L]
(12) CollectLimit
Input [1]: [passenger_count#5954L]
Arguments: 1000
(13) AdaptiveSparkPlan
Output [1]: [passenger_count#5954L]
Arguments: isFinalPlan=true