File tree Expand file tree Collapse file tree
cpp/src/arrow/flight/sql/odbc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ jobs:
407407 uses : actions/upload-artifact@v7
408408 with :
409409 name : flight-sql-odbc-${{ matrix.format }}-installer
410- path : build/cpp/ArrowFlightSqlOdbc -*.${{ matrix.format }}
410+ path : build/cpp/ArrowFlightSQLODBC -*.${{ matrix.format }}
411411 if-no-files-found : error
412412 - name : Docker Push
413413 if : >-
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ if(ARROW_FLIGHT_SQL_ODBC_INSTALLER)
156156 "${CMAKE_CURRENT_SOURCE_DIR } /install/windows/arrow-wix-banner.bmp" )
157157 else ()
158158 set (ODBC_UNIX_FILE_NAME
159- "ArrowFlightSqlOdbc -${CPACK_PACKAGE_VERSION_MAJOR} .${ODBC_PACKAGE_VERSION_MINOR} .${ODBC_PACKAGE_VERSION_PATCH} "
159+ "ArrowFlightSQLODBC -${CPACK_PACKAGE_VERSION_MAJOR} .${ODBC_PACKAGE_VERSION_MINOR} .${ODBC_PACKAGE_VERSION_PATCH} "
160160 )
161161 if (APPLE )
162162 set (CPACK_PACKAGE_FILE_NAME "${ODBC_UNIX_FILE_NAME} " )
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ ODBC installers are uploaded to the CI artifacts.
157157### Install `.RPM` on Ubuntu
158158While installing via `.DEB` installer on Ubuntu is the recommended approach, users may install `.RPM` on Ubuntu using below command
159159```
160- alien -i --scripts ArrowFlightSqlOdbc -<version >.rpm
160+ alien -i --scripts ArrowFlightSQLODBC -<version >.rpm
161161```
162162
163163## Known Limitations
You can’t perform that action at this time.
0 commit comments