== Parsed Logical Plan ==
GlobalLimit 6
+- LocalLimit 6
+- Project [cast(id#151 as string) AS id#178, cast(Latitude#152 as string) AS Latitude#179, cast(Longitude#153 as string) AS Longitude#180, cast(Census Tract#154 as string) AS Census Tract#181]
+- LogicalRDD [id#151, Latitude#152, Longitude#153, Census Tract#154], false
== Analyzed Logical Plan ==
id: string, Latitude: string, Longitude: string, Census Tract: string
GlobalLimit 6
+- LocalLimit 6
+- Project [cast(id#151 as string) AS id#178, cast(Latitude#152 as string) AS Latitude#179, cast(Longitude#153 as string) AS Longitude#180, cast(Census Tract#154 as string) AS Census Tract#181]
+- LogicalRDD [id#151, Latitude#152, Longitude#153, Census Tract#154], false
== Optimized Logical Plan ==
GlobalLimit 6
+- LocalLimit 6
+- Project [cast(id#151 as string) AS id#178, cast(Latitude#152 as string) AS Latitude#179, cast(Longitude#153 as string) AS Longitude#180, Census Tract#154]
+- LogicalRDD [id#151, Latitude#152, Longitude#153, Census Tract#154], false
== Physical Plan ==
CollectLimit 6
+- *(1) Project [cast(id#151 as string) AS id#178, cast(Latitude#152 as string) AS Latitude#179, cast(Longitude#153 as string) AS Longitude#180, Census Tract#154]
+- *(1) Scan ExistingRDD[id#151,Latitude#152,Longitude#153,Census Tract#154]