kou commented on issue #36479: URL: https://github.com/apache/arrow/issues/36479#issuecomment-1622544533
We can require gRPC 1.30 or later (drop support for 1.27) because: * Ubuntu 20.04 doesn't provide usable gRPC (1.16 and we require 1.17 or later now) * Ubuntu 22.04 provides gRPC 1.30 * Debian stable (bookworm) provides gRPC 1.51 Ubuntu versions: https://packages.ubuntu.com/search?keywords=libgrpc++-dev Debian versions: https://packages.debian.org/search?keywords=libgrpc++-dev BTW, we can use gRPC version detected by `find_package(gRPCAlt)` as macros in our C++ source codes. So we can use gRPC version information as macro without requiring gRPC 1.51 or later. -- 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]
