Skip to content

Commit a94a2c9

Browse files
committed
Address comments
1 parent 3987150 commit a94a2c9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cpp_extra.yml

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

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

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

cpp/src/arrow/flight/sql/odbc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ ODBC installers are uploaded to the CI artifacts.
157157
### Install `.RPM` on Ubuntu
158158
While 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

0 commit comments

Comments
 (0)