justing-bq commented on code in PR #47703:
URL: https://github.com/apache/arrow/pull/47703#discussion_r2412046932
##########
cpp/src/arrow/flight/sql/odbc/odbc_impl/accessors/main.h:
##########
Review Comment:
Removed this file.
##########
cpp/src/arrow/flight/sql/odbc/odbc_impl/ui/dsn_configuration_window.cc:
##########
@@ -15,26 +15,28 @@
// specific language governing permissions and limitations
// under the License.
-#include
"arrow/flight/sql/odbc/flight_sql/include/flight_sql/ui/dsn_configuration_window.h"
-#include "arrow/flight/sql/odbc/flight_sql/flight_sql_connection.h"
+#include "arrow/flight/sql/odbc/odbc_impl/ui/dsn_configuration_window.h"
+
+#include "arrow/flight/sql/odbc/odbc_impl/flight_sql_connection.h"
+#include "arrow/flight/sql/odbc/odbc_impl/util.h"
#include <Shlwapi.h>
#include <Windowsx.h>
-#include
<arrow/flight/sql/odbc/odbcabstraction/include/odbcabstraction/utils.h>
#include <commctrl.h>
#include <commdlg.h>
#include <sql.h>
#include <sstream>
-#include
"arrow/flight/sql/odbc/flight_sql/include/flight_sql/ui/add_property_window.h"
+#include "arrow/flight/sql/odbc/odbc_impl/ui/add_property_window.h"
#define COMMON_TAB 0
#define ADVANCED_TAB 1
namespace {
-std::string TestConnection(const driver::flight_sql::config::Configuration&
config) {
- std::unique_ptr<driver::flight_sql::FlightSqlConnection> flight_sql_conn(
- new
driver::flight_sql::FlightSqlConnection(driver::odbcabstraction::V_3));
+std::string TestConnection(
+ const arrow::flight::sql::odbc::config::Configuration& config) {
+ std::unique_ptr<arrow::flight::sql::odbc::FlightSqlConnection>
flight_sql_conn(
+ new
arrow::flight::sql::odbc::FlightSqlConnection(arrow::flight::sql::odbc::V_3));
Review Comment:
Done.
--
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]