== Parsed Logical Plan ==
GlobalLimit 100001
+- LocalLimit 100001
+- Project [cast(hostname#237 as string) AS hostname#246, cast(responsecode#238 as string) AS responsecode#247, cast(count#239L as string) AS count#248]
+- LocalRelation [hostname#237, responsecode#238, count#239L]
== Analyzed Logical Plan ==
hostname: string, responsecode: string, count: string
GlobalLimit 100001
+- LocalLimit 100001
+- Project [cast(hostname#237 as string) AS hostname#246, cast(responsecode#238 as string) AS responsecode#247, cast(count#239L as string) AS count#248]
+- LocalRelation [hostname#237, responsecode#238, count#239L]
== Optimized Logical Plan ==
LocalRelation [hostname#246, responsecode#247, count#248]
== Physical Plan ==
LocalTableScan [hostname#246, responsecode#247, count#248]