== Parsed Logical Plan ==
GlobalLimit 100001
+- LocalLimit 100001
+- Project [cast(hostname#77 as string) AS hostname#86, cast(responsecode#78 as string) AS responsecode#87, cast(count#79L as string) AS count#88]
+- LocalRelation <empty>, [hostname#77, responsecode#78, count#79L]
== Analyzed Logical Plan ==
hostname: string, responsecode: string, count: string
GlobalLimit 100001
+- LocalLimit 100001
+- Project [cast(hostname#77 as string) AS hostname#86, cast(responsecode#78 as string) AS responsecode#87, cast(count#79L as string) AS count#88]
+- LocalRelation <empty>, [hostname#77, responsecode#78, count#79L]
== Optimized Logical Plan ==
LocalRelation <empty>, [hostname#86, responsecode#87, count#88]
== Physical Plan ==
LocalTableScan <empty>, [hostname#86, responsecode#87, count#88]