lidavidm commented on code in PR #49585:
URL: https://github.com/apache/arrow/pull/49585#discussion_r3107625915


##########
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:
   Should we file an issue?



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