rok commented on code in PR #50001: URL: https://github.com/apache/arrow/pull/50001#discussion_r3273742428
########## cpp/src/arrow/flight/transport/grpc/util_internal.h: ########## @@ -17,13 +17,20 @@ #pragma once -#include <grpcpp/version_info.h> - #include "arrow/flight/transport/grpc/protocol_grpc_internal.h" #include "arrow/flight/types.h" #include "arrow/flight/visibility.h" #include "arrow/util/macros.h" +// <grpcpp/version_info.h> was added in gRPC 1.80 and is the only place that Review Comment: Ah, sorry. We seem to be using [1.30.2 in this case](https://github.com/apache/arrow/actions/runs/26138794569/job/76879676231#step:8:503) (row 499). -- 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]
