petern48 commented on PR #230: URL: https://github.com/apache/sedona-db/pull/230#issuecomment-3427004050
Sorry @Abeeujah, looks like we have merge conflicts again, could you resolve them? While doing so, could you also re-order the code in the following files, so they are all in alphabetical order? I didn't notice you've been putting them all at the bottom. - `geos-functions.rs` (the benches) - `register.rs` Make sure you merge with `main`, there was [a recent PR](https://github.com/apache/sedona-db/pull/231) that fixed the ordering for the existing ones. Enforcing this order will also help with reducing merge conflicts a bit (helping PRs get merged faster), since not everything is being placed at the bottom of the list. Generally, we try to follow alphabetical order in everything (or at least everything I can think of), when there's a list of functions. -- 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]
