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


##########
cpp/src/arrow/flight/sql/odbc/tests/odbc_test_suite.cc:
##########
@@ -491,7 +491,7 @@ bool WriteDSN(Connection::ConnPropertyMap properties) {
 
   std::string driver = config.Get(FlightSqlConnection::DRIVER);
   std::wstring w_driver = arrow::util::UTF8ToWideString(driver).ValueOr(L"");

Review Comment:
   ```suggestion
     CONVERT_SQLWCHAR_STR(w_driver, driver);
   ```
   We could port this change here



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