alinaliBQ opened a new issue, #49651: URL: https://github.com/apache/arrow/issues/49651
### Describe the enhancement requested Both Arrow Flight SQL ODBC and the ODBC test executable link to bundled gRPC, and that causes `segmentation fault` when the ODBC is trying to connect to a gRPC-based mock server. The solution is to pass `ARROW_TEST_LINKAGE=static` for the ODBC tests on Linux, so the odbc tests on Linux link to just one set of gRPC symbols. Out of scope: Enabling Linux tests in CI, it will be a separate GitHub issue. ### Component(s) FlightRPC, C++ -- 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]
