alinaliBQ commented on PR #49005:
URL: https://github.com/apache/arrow/pull/49005#issuecomment-3813114700

   > If I understand correctly this test segfaults if not run in isolation and 
run as part of `ci/scripts/cpp_test.sh`? I am not an expert here but if my 
understanding is correct I think we should rather investigate why it segfaults 
instead of hiding it.
   
   In mid-November 2025, ODBC tests on Windows failed with a segmentation 
fault, which can only detected via exit code checks (as done by `cpp_test.sh`) 
or running `$LASTEXITCODE` command on PowerShell on the local Windows. When I 
raised the PR, I didn't realize that the workflow CI would have failed if the 
ODBC test executable had segmentation fault, since the CI checks for exit code 
as well. 😅 
   
   Thanks to your comment reminder Raul, now I realize the ODBC tests are no 
longer having with segmentation fault on MSVC Windows. I think the underlying 
issue was resolved by recent updates in the Arrow libraries used by ODBC. 
   
   I've remove the TODO comment for segmentation fault. I have pushed a commit 
test `cpp_test.sh`. 


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