rok commented on PR #50001: URL: https://github.com/apache/arrow/pull/50001#issuecomment-4497765053
`GRPC_CPP_VERSION_MAJOR/MINOR/PATCH` are defined inside `<grpcpp/version_info.h>`. Without importing `<grpcpp/version_info.h>` the `if GRPC_CPP_VERSION_CHECK(1, 80, 0)` check will (I believe) always evaluate to 0 and not really do much. -- 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]
