js8544 commented on code in PR #34159: URL: https://github.com/apache/arrow/pull/34159#discussion_r1105506741
########## ci/scripts/java_jni_macos_build.sh: ########## @@ -135,6 +136,7 @@ archery linking check-dependencies \ --allow libncurses \ --allow libobjc \ --allow libplasma_java \ + --allow libprotobuf \ Review Comment: From what I can tell, [This line](https://github.com/apache/arrow/blob/master/java/gandiva/CMakeLists.txt#L41) gives this: ``` 2023-02-14T08:45:58.6020450Z -- Found Protobuf: /usr/local/lib/libprotobuf.dylib (found version "3.21.12") ``` in [this log](https://pipelines.actions.githubusercontent.com/serviceHosts/36b0b1a0-9453-4f79-b171-2b3905790445/_apis/pipelines/1/runs/134770/signedlogcontent/7?urlExpires=2023-02-14T08%3A59%3A03.1286297Z&urlSigningMethod=HMACV1&urlSignature=LtsaqA2TGb81lINJYHSn9P7YcBMFO89zYknLi%2Bik4LY%3D). Is it expected? -- 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]
