Uh oh!
There was an error while loading. Please reload this page.
GH-50697: [C++][FlightRPC] ODBC installer support fixes - #50748
Conversation
- Add installer description to ReadMe - Fix `docs` on Windows to include docs Co-authored-by: justing-bq <justin.gossett@improving.com>
The installed file would be under `usr/share/doc/arrow2600-flight-sql-odbc-libs/connection-options.md`
alinaliBQ
commented
Jul 31, 2026
Hi @kou cc @lidavidm, this PR is ready for review. The CI failures don't appear related to the code changes. Package Linux |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
alinaliBQ
commented
Aug 4, 2026
I applied the change and the CI failures still look unrelated, some failures might be due to GitHub connection issue: C++ Extra / ODBC release AMD64 macOS 15-intel (pull_request): Package Linux / almalinux-8-amd64 (pull_request): |
lidavidm
commented
Aug 5, 2026
I kicked all the failing jobs |
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 4dd7eb7. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
Rationale for this change
GH-50697
I have tested the RPM ODBC installer on AlmaLinux 9. The ODBC driver works as expected on AlmaLinux 9. The only issue I found was that the
connection-options.mdguide was not included in the package installation. This PR addsconnection-options.mdto the RPM ODBC package so users can reference the connection options documentation after installation.Summary of testing results:
isqlandunixODBCduring installation.isqlandunixODBCas unused dependency during installation.If user wants to avoid this behavior, they can add
--noautoremoveflag to makednfkeepisqlandunixODBCduring ODBC uninstallation.What changes are included in this PR?
connection-options.mdto the RPM ODBC package installation./usr/share/doc/arrow2600-flight-sql-odbc-libs/connection-options.mdLICENSE.txtandNOTICE.txtREADME.mdAre these changes tested?
Yes
Are there any user-facing changes?
Yes