justing-bq commented on code in PR #47703:
URL: https://github.com/apache/arrow/pull/47703#discussion_r2415215072


##########
cpp/src/arrow/flight/sql/odbc/odbc_impl/flight_sql_statement_get_columns.cc:
##########
@@ -15,18 +15,19 @@
 // specific language governing permissions and limitations
 // under the License.
 
-#include "arrow/flight/sql/odbc/flight_sql/flight_sql_statement_get_columns.h"
+#include "arrow/flight/sql/odbc/odbc_impl/flight_sql_statement_get_columns.h"
+
 #include "arrow/flight/sql/column_metadata.h"
-#include "arrow/flight/sql/odbc/flight_sql/flight_sql_connection.h"
-#include "arrow/flight/sql/odbc/flight_sql/flight_sql_get_tables_reader.h"
-#include "arrow/flight/sql/odbc/flight_sql/utils.h"
-#include 
"arrow/flight/sql/odbc/odbcabstraction/include/odbcabstraction/platform.h"
+#include "arrow/flight/sql/odbc/odbc_impl/flight_sql_connection.h"
+#include "arrow/flight/sql/odbc/odbc_impl/flight_sql_get_tables_reader.h"
+#include "arrow/flight/sql/odbc/odbc_impl/platform.h"
+#include "arrow/flight/sql/odbc/odbc_impl/util.h"
+
+namespace arrow::flight::sql::odbc {
 
-namespace driver {
-namespace flight_sql {
+using arrow::Result;
+using util::AppendToBuilder;
 
-using arrow::Schema;
-using arrow::flight::sql::ColumnMetadata;
 using std::make_optional;

Review Comment:
   https://github.com/apache/arrow/issues/47761



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