petern48 opened a new issue, #2403:
URL: https://github.com/apache/sedona/issues/2403

   ```sql
   select st_srid(st_setsrid(st_geomfromtext('polygon empty'), 4236));
   -- 0
   ```
   
   It does work for all other empty geometries, though
   
   ```sql
   select st_srid(st_setsrid(st_geomfromtext('point empty'), 4236));
   -- 4236
   ```
   
   How random


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

Reply via email to