tadeja commented on PR #49491: URL: https://github.com/apache/arrow/pull/49491#issuecomment-4038527857
Ruby job is failing anew (no changes here except for newline) https://github.com/apache/arrow/actions/runs/22944683842/job/66602842927?pr=49491#step:8:1689 ```/Users/runner/work/arrow/arrow/build/cpp/src/arrow/flight/Flight.pb.h:16:2: error: "Protobuf C++ gencode is built with an incompatible version of"``` I see [homebrew merged this](https://github.com/Homebrew/homebrew-core/pull/270395) last night so grpc changed "protobuf@33" to "protobuf" and is on version 34.0 now; - https://github.com/Homebrew/homebrew-core/commit/552efcaee029b5da432f2a9ef93c0db90aed1b17#diff-1bd6970eef0fe40eabd3ee6d2f57b3dfec00fc5579e0a13856c45a0381082150R37 - https://formulae.brew.sh/formula/grpc As it appears grpc formula now depends on protobuf (v34), grpc_cpp_plugin generates v34 incompatible code that can't compile against protobuf@33 headers -- 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]
