You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/07 11:50:36 UTC

[GitHub] [arrow-rs] alamb commented on a change in pull request #1386: Implement basic FlightSQL Server

alamb commented on a change in pull request #1386:
URL: https://github.com/apache/arrow-rs/pull/1386#discussion_r820631649



##########
File path: arrow-flight/Cargo.toml
##########
@@ -32,14 +32,17 @@ base64 = "0.13"
 tonic = "0.6"
 bytes = "1"
 prost = "0.9"
+protobuf = "2.27.1"

Review comment:
       It is also worth pointing out that this isn't just a datafusion specific concern --  `arrow-flight` itself already uses `prost` so adding a second protobuf library seems less ideal than using the existing `prost` dependency




-- 
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-unsubscribe@arrow.apache.org

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