alinaliBQ commented on code in PR #48049:
URL: https://github.com/apache/arrow/pull/48049#discussion_r2611550606


##########
cpp/src/arrow/flight/sql/odbc/tests/odbc_test_suite.cc:
##########
@@ -180,9 +180,20 @@ void FlightSQLOdbcV2RemoteTestBase::SetUp() {
   connected_ = true;
 }
 
-void FlightSQLOdbcEnvConnHandleRemoteTestBase::SetUp() { 
AllocEnvConnHandles(); }
+void FlightSQLOdbcEnvConnHandleRemoteTestBase::SetUp() {
+  ODBCRemoteTestBase::SetUp();
+  if (skipping_test_) {
+    return;
+  }

Review Comment:
   Used for checking if the environment variable `ARROW_FLIGHT_SQL_ODBC_CONN` 
exists. If it doesn't exist, `skipping_test_` is set to `true` and the test is 
skipped. 



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