petern48 opened a new issue, #223: URL: https://github.com/apache/sedona-db/issues/223
Here's the original commit that implemented basic support for ST_Buffer: https://github.com/apache/sedona-db/commit/0de00cbf479e2b4f4e6e96b341f3ef58687ea032 Currently, it simply creates and uses the default parameters https://github.com/apache/sedona-db/blob/df8f7205a0a99bd75195933084ae4216781f067c/c/sedona-geos/src/st_buffer.rs#L57-L62 We should support the buffer style parameters as user input https://sedona.apache.org/1.8.0/api/sql/Function/#st_buffer The wording can be a bit misleading / ambiguous in the original PostGIS docs, so it may be worth looking at this [bug fix](https://github.com/apache/sedona/pull/2184) in the original Sedona to understand the proper behavior. -- 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]
