Re: explain - Polygon shapes and MultiPolygon shapes

2018-06-11 Thread Paul Rogers
Hi Divya, You mentioned combining Polygon shapes with Multipolygon shapes. JSON allows objects with distinct structures: a Polygon, say, in one record, a MultiPolygon in another. However, Drill has to convert the JSON to a flat SQL-like structure. Yes, Drill allows "Maps" (Structs). But all

explain - Polygon shapes and MultiPolygon shapes

2018-06-11 Thread Divya Gehlot
Hi, Can anybody help me by explaining below : Drill cannot handle the intermixed Polygon shapes and MultiPolygon shapes. Workaround: None, per se, but if you avoid querying the multi-polygon lines (120 of them), Drill works fine on the entire remainder Thanks, Divya