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


##########
object_store/src/lib.rs:
##########
@@ -33,9 +33,18 @@
 //!
 //! # Create an [`ObjectStore`] implementation:
 //!
-//! * [Google Cloud Storage](https://cloud.google.com/storage/): 
[`GoogleCloudStorageBuilder`](gcp::GoogleCloudStorageBuilder)
-//! * [Amazon S3](https://aws.amazon.com/s3/): 
[`AmazonS3Builder`](aws::AmazonS3Builder)
-//! * [Azure Blob 
Storage](https://azure.microsoft.com/en-gb/services/storage/blobs/):: 
[`MicrosoftAzureBuilder`](azure::MicrosoftAzureBuilder)
+#![cfg_attr(

Review Comment:
   This change is necessary because otherwise the docs build fails complaining 
about missing intradoc links when compiling the docs for the parquet crate, as 
it doesn't specify all features for object_store, and object_store enables this 
as an error



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to