umartin commented on issue #807: URL: https://github.com/apache/sedona/issues/807#issuecomment-1481405797
Hi, If you create the table externally to Spark before writing you can set the column type to geometry and Postgis will accept the EWKB as geometry. If you let Spark create the table you can change the column type post insert. Execute something like this in Postgis: "alter table my_table alter column geometry type geometry;". Let me know if that works for you! -- 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