yutannihilation opened a new issue, #464: URL: https://github.com/apache/sedona-db/issues/464
I just found the argument of `ST_GeogFromText()` is EWKT, not WKT. I'm not sure if this what SedonaDB should follow, but let me file this issue before I forget... https://postgis.net/docs/ST_GeogFromText.html On SedonaDB, currently we get: ``` > SELECT ST_GeogFromText('SRID=4267;POINT(-77.0092 38.889588)'); Internal error: WKT parse error: Invalid type encountered. This issue was likely caused by a bug in DataFusion's code. Please help us to resolve this by filing a bug report in our issue tracker: https://github.com/apache/datafusion/issues ``` -- 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]
