I found one issue in BigQuery function ST_SIMPLIFY.
I'm querying big geometries and some stats for them. In case I need to visualize them e.g. in Kepler it is not possible because Kepler do not consume output from BigQuery ST_SIMPLIFY. I analyzed results from ST_SIMPLIFY and found this:
As an input that I used is in all cases POLYGON parsed from OSM.

When I call ST_SIMPLIFY I get results of mixed geometry types like POLYGON and GEOMETRYCOLLECTION containing MULTILINESTRINGs, LINESTRINGs, POLYGONs.
Maybe it is not so strange but when I tried to visualize these geometries, they do not make sense. Especially LINESTRINGs inside GEOMETRYCOLLECTIONs like in this geojson
When I tried use these geometries in simplify function in Shapely I got valid results containing only POLYGONs
Why BigQuery ST_SIMPLIFY returns GEOMETRYCOLLECTIONS with geom mixed types instead of simple one POLYGON or MULTIPOLYGON?
To reproduce this issue you can init BQ table from these data
