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 Ma
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