paleolimbot commented on code in PR #165:
URL: https://github.com/apache/sedona-db/pull/165#discussion_r2393300557
##########
rust/sedona-testing/Cargo.toml:
##########
@@ -52,3 +52,4 @@ sedona-expr = { path = "../sedona-expr" }
sedona-schema = { path = "../sedona-schema" }
wkb = { workspace = true }
wkt = { workspace = true }
+geo = { workspace = true }
Review Comment:
Maybe just feature flag it? It can even be in the default features (but then
add `default-feautres = false` to the `sedona` dependency on `sedona-testing`,
which is a little strange but we have it because of the random geometry
generator).
--
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]