petern48 commented on code in PR #691: URL: https://github.com/apache/sedona-db/pull/691#discussion_r2955608288
########## rust/sedona-functions/src/st_relate.rs: ########## Review Comment: Okay, last thing that I only just remembered (sorry). We actually don't need this file, actually. So we should delete this file and undo the changes in `rust/sedona-functions/src/register.rs` and `rust/sedona-functions/src/lib.rs` also. We used to implement these 'stub' functions for documentation purposes, but we removed them all in https://github.com/apache/sedona-db/pull/638 since we have manual doc pages now. The `st_relate.rs` kernel inside of `c/sedona-geos/src` serves as the only implementation we need. -- 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]
