petern48 commented on issue #174: URL: https://github.com/apache/sedona-db/issues/174#issuecomment-3610459481
Sorry about that! That's because neither of those functions has actually been implemented yet 😬. As I mentioned above in this comment (https://github.com/apache/sedona-db/issues/174#issuecomment-3404597792), we have a few functions that we implemented as "stub functions" (like placeholders) earlier on. Most of these have actual implementations, but some still do not. When we wrote the initial docs, it seemed to include the stub functions that haven't yet been implemented. Thank you for re-surfacing this problem. I just filed an issue: https://github.com/apache/sedona-db/issues/408 I think it's best that we also delete the unused stub functions. It's very easy to search the codebase for a function (like [this](https://github.com/search?q=repo%3Aapache%2Fsedona-db%20ST_DistanceSphere&type=code), see the stub, and then improperly assume the function has been implemented. -- 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]
