== Parsed Logical Plan ==
GlobalLimit 100001
+- LocalLimit 100001
+- Project [cast(hostname#137 as string) AS hostname#146, cast(responsecode#138 as string) AS responsecode#147, cast(count#139L as string) AS count#148]
+- LocalRelation [hostname#137, responsecode#138, count#139L]
== Analyzed Logical Plan ==
hostname: string, responsecode: string, count: string
GlobalLimit 100001
+- LocalLimit 100001
+- Project [cast(hostname#137 as string) AS hostname#146, cast(responsecode#138 as string) AS responsecode#147, cast(count#139L as string) AS count#148]
+- LocalRelation [hostname#137, responsecode#138, count#139L]
== Optimized Logical Plan ==
LocalRelation [hostname#146, responsecode#147, count#148]
== Physical Plan ==
LocalTableScan [hostname#146, responsecode#147, count#148]