kou commented on PR #36029: URL: https://github.com/apache/arrow/pull/36029#issuecomment-1591966955
Homebrew's Protobuf wasn't used with this change: https://github.com/apache/arrow/actions/runs/5234018832/jobs/9449871713#step:9:245 ```text -- Could NOT find Protobuf (missing: Protobuf_LIBRARIES Protobuf_INCLUDE_DIR) (Required is at least version "3.0.0") ``` Bundled Protobuf was used. So the problem wasn't happen. (= `-DProtobuf_SOURCE=BUNDLED` approach) I should have checked the log before I merge this... -- 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]
