Kontinuation commented on PR #165:
URL: https://github.com/apache/sedona-db/pull/165#issuecomment-3379534952

   > * Test fixtures (https://github.com/apache/sedona-testing is perhaps a 
better place for these, or perhaps there is a way to expose them from the 
original crate from whence they came?)
   
   The [`geo-test-fixtures` 
crate](https://github.com/georust/geo/tree/geo-0.31.0/geo-test-fixtures) is not 
published to crates.io, and it is only used as a dev-dependency in geo. I have 
tried depending on `geo-test-fixtures` using `geo-test-fixtures = { git = 
"https://github.com/georust/geo.git";, tag = "geo-0.31.0"}` because we only use 
it as a dev-dependency as well, so having a git dependency does not block us 
from publishing the crates. However, I hit a strange error caused by 
duplicating the geo-types dependency (git rev vs. released), and there's no 
easy workaround.
   
   I don't think asking georust/geo to publish geo-test-fixtures is a valid 
request, so I'll copy the [wkt 
files](https://github.com/georust/geo/tree/geo-0.31.0/geo-test-fixtures/fixtures)
 to apache/sedona-testing, and migrate 
[lib.rs](https://github.com/georust/geo/blob/geo-0.31.0/geo-test-fixtures/src/lib.rs)
 to rust/sedona-testing.


-- 
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]

Reply via email to