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

   ```python
   self = GeometryType(), obj = <LINEARRING (0 0, 1 1, 1 0, 0 1, 0 0)>
   
       def serialize(self, obj):
   >       return geometry_serde.serialize(obj)
   E       ValueError: Unsupported geometry type
   
   sedona/spark/sql/types.py:46: ValueError
   ```
   
   I recall seeing somewhere linear ring datatype was intentionally removed, 
but I think it should be coerced to another type instead of erroring.


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