== Parsed Logical Plan ==
GlobalLimit 100001
+- LocalLimit 100001
+- Project [cast(hostname#157 as string) AS hostname#166, cast(responsecode#158 as string) AS responsecode#167, cast(count#159L as string) AS count#168]
+- LocalRelation [hostname#157, responsecode#158, count#159L]
== Analyzed Logical Plan ==
hostname: string, responsecode: string, count: string
GlobalLimit 100001
+- LocalLimit 100001
+- Project [cast(hostname#157 as string) AS hostname#166, cast(responsecode#158 as string) AS responsecode#167, cast(count#159L as string) AS count#168]
+- LocalRelation [hostname#157, responsecode#158, count#159L]
== Optimized Logical Plan ==
LocalRelation [hostname#166, responsecode#167, count#168]
== Physical Plan ==
LocalTableScan [hostname#166, responsecode#167, count#168]