== Parsed Logical Plan ==
GlobalLimit 100001
+- LocalLimit 100001
+- Project [cast(hostname#117 as string) AS hostname#126, cast(responsecode#118 as string) AS responsecode#127, cast(count#119L as string) AS count#128]
+- LocalRelation [hostname#117, responsecode#118, count#119L]
== Analyzed Logical Plan ==
hostname: string, responsecode: string, count: string
GlobalLimit 100001
+- LocalLimit 100001
+- Project [cast(hostname#117 as string) AS hostname#126, cast(responsecode#118 as string) AS responsecode#127, cast(count#119L as string) AS count#128]
+- LocalRelation [hostname#117, responsecode#118, count#119L]
== Optimized Logical Plan ==
LocalRelation [hostname#126, responsecode#127, count#128]
== Physical Plan ==
LocalTableScan [hostname#126, responsecode#127, count#128]