tustvold commented on code in PR #3028:
URL: https://github.com/apache/arrow-rs/pull/3028#discussion_r1018613402


##########
parquet_derive/Cargo.toml:
##########
@@ -34,5 +34,5 @@ proc-macro = true
 [dependencies]
 proc-macro2 = { version = "1.0", default-features = false }
 quote = { version = "1.0", default-features = false }
-syn = { version = "1.0", default-features = false }
-parquet = { path = "../parquet", version = "26.0.0" }
+syn = { version = "1.0", features = ["extra-traits"] }
+parquet = { path = "../parquet", version = "26.0.0", default-features = false }

Review Comment:
   This is part drive-by-cleanup, part fix as it was relying on `multiversion` 
which is a transitive dependency of `arrow` to enable the `syn` features it 
requires. As parquet no longer depends on arrow, this caused issues



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