alinaliBQ commented on code in PR #49585:
URL: https://github.com/apache/arrow/pull/49585#discussion_r3112942679
##########
cpp/src/arrow/flight/sql/odbc/tests/odbc_test_suite.cc:
##########
@@ -181,7 +181,11 @@ void ODBCTestBase::TearDown() {
void ODBCTestBase::TearDownTestSuite() {
if (connected) {
- Disconnect();
+ // TODO(XXX): Without commenting this out, Disconnect() makes this test
Review Comment:
Could we link 49808 in the comment?
FYI - During `Disconnect`, the driver DLL is unloaded. Since Arrow libraries
don't support unloading
https://github.com/apache/arrow/issues/47608#issuecomment-3314688047,
segmentation fault can occur.
```suggestion
// GH-49808 TODO: Without commenting this out, Disconnect() makes this
test
```
--
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]