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

   > @ruanqizhen `ST_MakeValid` might not work for all cases. Any way to fix 
geometries is `ST_Buffer(geom, 0)`.
   > 
   > If 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.
   
   I'm using ST_GeometryType now.  But I'm wondering if there is a way to find 
out which row caused the problem.   Is there a way that I can "try", or skip 
the error, to let the query continue process other rows, so that I can then 
check which row was skipped.


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