alamb commented on code in PR #2634:
URL: https://github.com/apache/arrow-rs/pull/2634#discussion_r961518245


##########
arrow/Cargo.toml:
##########
@@ -67,6 +67,9 @@ multiversion = { version = "0.6.1", default-features = false }
 bitflags = { version = "1.2.1", default-features = false }
 zstd = { version = "0.11.1", default-features = false, optional = true }
 
+[package.metadata.docs.rs]

Review Comment:
   We did something similar with parquet but used --all-features:
   https://github.com/apache/arrow-rs/blob/master/parquet/Cargo.toml#L67-L68
   
   I suspect the reason we can't do so in this case is that the `simd` feature 
will cause the docs build to fail as it doesn't use nightly?
   
   



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