paleolimbot commented on issue #1178: URL: https://github.com/apache/sedona-db/issues/1178#issuecomment-5359560587
Thank you for opening! I'm on vacation for this week and next but will point out a workaround, which would be to use the "params" version (`geography ST_Buffer(geog: geography, distance: float64, params: string)`), see https://sedona.apache.org/sedonadb/latest/reference/sql/st_buffer/ . The params version runs through GEOS because it's not supported in GeoRust. This may be fixed by an update to `i_overlay`...we're currently a bit stuck because `geo-index` is pinned to an older version of `geo` and so we can't update it until we fix geo-index to remove the `geo` dependency. -- 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]
