== Parsed Logical Plan ==
GlobalLimit 100001
+- LocalLimit 100001
+- Project [cast(hostname#197 as string) AS hostname#206, cast(responsecode#198 as string) AS responsecode#207, cast(count#199L as string) AS count#208]
+- LocalRelation [hostname#197, responsecode#198, count#199L]
== Analyzed Logical Plan ==
hostname: string, responsecode: string, count: string
GlobalLimit 100001
+- LocalLimit 100001
+- Project [cast(hostname#197 as string) AS hostname#206, cast(responsecode#198 as string) AS responsecode#207, cast(count#199L as string) AS count#208]
+- LocalRelation [hostname#197, responsecode#198, count#199L]
== Optimized Logical Plan ==
LocalRelation [hostname#206, responsecode#207, count#208]
== Physical Plan ==
LocalTableScan [hostname#206, responsecode#207, count#208]