Abeeujah commented on code in PR #363: URL: https://github.com/apache/sedona-db/pull/363#discussion_r2560862651
########## c/sedona-geos/src/lib.rs: ########## @@ -37,7 +37,6 @@ mod st_minimumclearance_line; mod st_perimeter; mod st_polygonize; mod st_polygonize_agg; -mod st_reverse; Review Comment: Thank you for mentioning, wasn't sure if I was to leave it, as the last time I implemented a function using `geo-traits` I had to move it from `sedona-geos` to `sedona-functions` this made me remove the `geos` implementation after I got the `geo-traits` version working, but I'm happy to add it back. -- 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]
