kanchanchy commented on PR #612:
URL: https://github.com/apache/incubator-sedona/pull/612#issuecomment-1104274929

   @jiayuasu I finished implementing exactly what you proposed.
   
   However, I need to fix one more issue. If the geometry column is not passed 
to ST_Geom_From_WKT or ST_Transform then the geometry column represents a 
String version of Polygon Object. I can convert it easily back to Polygon with 
WKTReader. On the other hand, if the geometry is transformed using SQL 
expressions such as ST_Geom_From_WKT or ST_Transform before calling df.write, 
then the geometry column represents a GeometryUDT. I am not able to retrieve 
the geometry/polygon from the GeometryUDT. Could you please give some insight 
on this?


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

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

Reply via email to