jhorstmann opened a new pull request, #8788: URL: https://github.com/apache/arrow-rs/pull/8788
# Which issue does this PR close? # Rationale for this change The development dependency enabled the `azure` and `fs` features of `object_store`, which pulls in several additional dependencies and increases compile times. It seems these features are not actually used, the only reference to `azure` is in a doc test which is already marked as `no_run`. # What changes are included in this PR? Removes an unused dependency. # Are these changes tested? If it compiles in CI then this should be good to go. # Are there any user-facing changes? This should not be a breaking change since it is a dev-only dependency. The regular dependency without default features is kept. -- 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]
