GH-49651: [C++][FlightRPC] Fix ODBC Linux test segmentation fault#49688
GH-49651: [C++][FlightRPC] Fix ODBC Linux test segmentation fault#49688alinaliBQ wants to merge 1 commit intoapache:mainfrom
Conversation
* Resolve segfault issue on Linux and pass `ARROW_TEST_LINKAGE=static` Pass `ARROW_TEST_LINKAGE=static` * Clean up
|
|
|
Hmm, why are there two copies of gRPC in the first place? |
My understanding is, the |
|
So then |
Yes, |
Rationale for this change
GH-49651
What changes are included in this PR?
Pass
ARROW_TEST_LINKAGE: "static"to Linux ODBC tests.Update CMakeLists.txt to enable static test linkage on Linux.
Note: enabling Linux test build will be in a separate PR
Are these changes tested?
Tested on local machine and in our local repository
Are there any user-facing changes?
N/A