kylebarron commented on code in PR #8414:
URL: https://github.com/apache/arrow-rs/pull/8414#discussion_r2373761680


##########
parquet-geospatial/Cargo.toml:
##########
@@ -31,6 +31,12 @@ edition = { workspace = true }
 rust-version = { workspace = true }
 
 [dependencies]
+arrow-schema = { workspace = true }
+geo-traits = { version = "0.3" }
+wkb = { version = "0.9" }
+
+[dev-dependencies]
+wkt = { version = "0.14" }

Review Comment:
   Do other crates have dependencies defined here? Or should we lift all 
dependencies up to the top-level `Cargo.toml`, even if they're only used by a 
single crate?



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