alinaliBQ commented on PR #49688: URL: https://github.com/apache/arrow/pull/49688#issuecomment-4215464610
> So then `arrow_flight_sql_odbc_shared` (or the tests) is currently always statically linking gRPC? Because if they both dynamically link gRPC, there should be no problem. Yes, `arrow_flight_sql_odbc_shared` is statically linked with gRPC on macOS from https://github.com/apache/arrow/issues/49219. This enables the ODBC `.dylib` to act as a self-contained library without needing additional third party dependencies. And due to macOS Excel's sandboxed environment, ODBC `.dylib` files are usually statically linked to dependencies in order to be successfully loaded. -- 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]
