jiayuasu commented on issue #1263:
URL: https://github.com/apache/sedona/issues/1263#issuecomment-1975471696

   @ruanqizhen `ST_MakeValid` might not work for all cases. Any way to fix 
geometries is `ST_Buffer(geom, 0)`.
   
   If after both of the method still cannot fix the issue, I think you can 
stick to ST_GeometryType. If you don't want the `ST_` in the result, you can 
easily write a PySpark UDF to split the string by `_` and only keep the second 
half.


-- 
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: issues-unsubscr...@sedona.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to