lidavidm opened a new issue, #36511: URL: https://github.com/apache/arrow/issues/36511
### Describe the enhancement requested This was done to support old versions of gRPC that used `grpc++` instead of `grpcpp` for their include directory. But gRPC has supported grpcpp since version 1.10, 2018, which we likely can't even build with anyways: https://github.com/grpc/grpc/tree/v1.10.0/include And new APIs aren't in the `grpc++` directory. So instead of having useless defines, let's just get rid of this branch. ### Component(s) C++, FlightRPC -- 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]
