Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.16.0
Description
gRPC 1.28 includes a change which introduces an implicit size_t->int conversion in proto_utils.h: https://github.com/grpc/grpc/commit/2748755a4ff9ed940356e78c105f55f839fdf38b
Conversion warnings are treated as errors for example here: https://ci.appveyor.com/project/BenjaminKietzman/arrow/build/job/9cl0vqa8e495knn3#L1126
So IIUC we need to pin gRPC to 1.27 for now.
Upstream PR: https://github.com/grpc/grpc/pull/22557
Attachments
Issue Links
- is related to
-
ARROW-8317 [C++] grpc-cpp 1.28.0 from conda-forge causing Appveyor build to fail
- Closed
- links to