petern48 opened a new issue, #2406:
URL: https://github.com/apache/sedona/issues/2406
Sedona:
```sql
select st_distance(st_geomfromtext('point empty'),
st_geomfromtext('multipoint empty'))
-- 0.0
```
PostGIS
```sql
select st_distance(st_geomfromtext('point empty'),
st_geomfromtext('multipoint empty'))
-- null
```
--
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]