Skip to content

Commit ad772ef

Browse files
committed
Fix build and lint issues
1 parent 20545e8 commit ad772ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

cpp/src/arrow/flight/sql/odbc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ add_subdirectory(odbc_impl)
3737

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

4242
if(WIN32)
4343
list(APPEND ARROW_FLIGHT_SQL_ODBC_SRCS odbc.def)

0 commit comments

Comments
 (0)