File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cpp/src/arrow/flight/sql/odbc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ jobs:
479479 - name : Register Flight SQL ODBC Driver
480480 shell : cmd
481481 run : |
482- call "cpp\src\arrow\flight\sql\odbc\install \install_odbc.cmd" ${{ github.workspace }}\build\cpp\%ARROW_BUILD_TYPE%\libarrow_flight_sql_odbc.dll
482+ call "cpp\src\arrow\flight\sql\odbc\script \install_odbc.cmd" ${{ github.workspace }}\build\cpp\%ARROW_BUILD_TYPE%\libarrow_flight_sql_odbc.dll
483483 - name : Test
484484 shell : msys2 {0}
485485 run : |
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ add_subdirectory(odbc_impl)
3737
3838arrow_install_all_headers("arrow/flight/sql/odbc" )
3939
40- set (ARROW_FLIGHT_SQL_ODBC_SRCS entry_points.cc odbc_api.cc )
40+ set (ARROW_FLIGHT_SQL_ODBC_SRCS entry_points.cc odbc_api.cc)
4141
4242if (WIN32 )
4343 list (APPEND ARROW_FLIGHT_SQL_ODBC_SRCS odbc.def)
You can’t perform that action at this time.
0 commit comments