petern48 opened a new issue, #15:
URL: https://github.com/apache/sedona-db/issues/15
```sql
> select count(*), st_geometrytype(geometry) as geom_type FROM
sd_random_geometry('{"geom_type": "GeometryCollection"}') group by geom_type;
┌──────────┬───────────┐
│ count(*) ┆ geom_type │
│ int64 ┆ utf8 │
╞══════════╪═══════════╡
│ 1024 ┆ ST_Point │
└──────────┴───────────┘
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]