== Parsed Logical Plan ==
GlobalLimit 100001
+- LocalLimit 100001
+- Project [cast(hostname#217 as string) AS hostname#226, cast(responsecode#218 as string) AS responsecode#227, cast(count#219L as string) AS count#228]
+- LocalRelation [hostname#217, responsecode#218, count#219L]
== Analyzed Logical Plan ==
hostname: string, responsecode: string, count: string
GlobalLimit 100001
+- LocalLimit 100001
+- Project [cast(hostname#217 as string) AS hostname#226, cast(responsecode#218 as string) AS responsecode#227, cast(count#219L as string) AS count#228]
+- LocalRelation [hostname#217, responsecode#218, count#219L]
== Optimized Logical Plan ==
LocalRelation [hostname#226, responsecode#227, count#228]
== Physical Plan ==
LocalTableScan [hostname#226, responsecode#227, count#228]