lidavidm commented on a change in pull request #8325:
URL: https://github.com/apache/arrow/pull/8325#discussion_r499662614
##########
File path: cpp/cmake_modules/ThirdpartyToolchain.cmake
##########
@@ -2463,7 +2463,7 @@ macro(build_grpc)
endmacro()
if(ARROW_WITH_GRPC)
- set(ARROW_GRPC_REQUIRED_VERSION "1.17.0")
+ set(ARROW_GRPC_REQUIRED_VERSION "1.32.0")
Review comment:
We should check that Homebrew and Conda, at least, have this packaged.
##########
File path:
dev/tasks/conda-recipes/.ci_support/linux_aarch64_python3.6.____cpython.yaml
##########
@@ -31,7 +31,7 @@ gflags:
glog:
- 0.4.0
grpc_cpp:
-- '1.30'
+- '1.32.0'
Review comment:
Can we avoid pinning a minor version?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]