leoyvens opened a new pull request, #5683: URL: https://github.com/apache/arrow-rs/pull/5683
The `tonic/transport` tonic feature, which has large dependencies like hyper and axum, is now feature gated by a `client` feature on the `arrow-flight` crate. This allows users that only want the flight server to avoid dependency bloat. # Which issue does this PR close? Closes https://github.com/apache/arrow-rs/issues/5682. # Are there any user-facing changes? This will break users who are using the client. The fix is for them to specify the new feature flag. I did not include the `client` feature in the default features, but I have no particular opinion there. -- 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]
