== Physical Plan ==
Execute InsertIntoHiveTable (2)
+- Scan csv (1)
(1) Scan csv
Output [5]: [order_id#262, location#263, item#264, order_date#265, quantity#266]
Batched: false
Location: InMemoryFileIndex [hdfs://m01.itversity.com:9000/public/trendytech/groceries.csv]
ReadSchema: struct<order_id:string,location:string,item:string,order_date:string,quantity:int>
(2) Execute InsertIntoHiveTable
Input [5]: [order_id#262, location#263, item#264, order_date#265, quantity#266]
Arguments: `itv025713_assignment_week5`.`gp_week5_gorcieries`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, false, false, [order_id, location, item, order_date, quantity]