amoeba opened a new pull request, #4126:
URL: https://github.com/apache/arrow-adbc/pull/4126

   Changes the CMake build for Go-based drivers to follow the macOS convention 
of always using the `.dylib` extension even for versioned DLLs, unlike the 
Linux convention. i.e., this PR changes `libadbc_driver_bigquery.dylib.111` to 
`libadbc_driver_bigquery.111.dylib`.
   
   I ran into this while working on 
https://github.com/apache/arrow-adbc/issues/338 (brew audit catches this) and I 
also noticed it in our conda-forge package.
   
   May relate to or close https://github.com/apache/arrow-adbc/issues/472.
   
   I used an LLM to produce the base patch and then reviewed and tested that it 
at least fixes the issue on macOS.
   


-- 
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]

Reply via email to