kylebarron commented on code in PR #376: URL: https://github.com/apache/arrow-rs-object-store/pull/376#discussion_r2145334055
########## src/azure/builder.rs: ########## @@ -180,6 +180,8 @@ pub struct MicrosoftAzureBuilder { fabric_cluster_identifier: Option<String>, /// The [`HttpConnector`] to use http_connector: Option<Arc<dyn HttpConnector>>, + /// When listing objects, ignore paths that throw and error when parsing Review Comment: ```suggestion /// When listing objects, ignore paths that throw an error when parsing ``` Might also be good to say "See [`AzureConfigKey::IgnoreUnparseablePaths`] for more details -- 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